#31A89E

Color #31A89E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #31A89E

Tints of Java #31A89E

Color information

#31A89E (or 0x31A89E) is unknown color: approx Java. HEX triplet: 31, A8 and 9E. RGB value is (49,168,158). Sum of RGB (Red+Green+Blue) = 49+168+158=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #31A89E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A89E is #CE5761. Grayscale: #838383. Windows color (decimal): -13522786 or 10397745. OLE color: 10397745.

HSL color Cylindrical-coordinate representation of color #31A89E: hue angle of 174.96º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A89E is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB49168158-
CMYK0.7100.060.34
HSL174.96º54.84%42.55%-
HSV(B)174.96º70.83%65.88%-
XYZ21.4431.1337.23-
YUV131.28143.0869.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 13.07%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=13.07%
G=44.8%
B=42.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491681580.7100.060.34174.9654.8442.55
Hex31A89E470622af372b
Octal6125023610706422576753
Binary11000110101000100111101000111011010001010101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A89E; }

 p { color: rgb(49,168,158); }

 H1.HeaderClassName
 {
   color: #31A89E;
 }
 .AnyTagClassName
 {
   color: #31A89E;
 }
</style>
background-color css

<style>
 a { background-color: #31A89E; }

 a { background-color: rgb(49,168,158); }

 div.DivClassName
 {
   background-color: #31A89E;
 }
 .BgClassName
 {
   background-color: #31A89E;
 }
</style>
border-color css

<style>
 span { border-color: #31A89E; }

 span { border-color: rgb(49,168,158); }

 td.TdClassName
 {
   border-color: #31A89E;
 }
 .TagClassName
 {
   border-color: #31A89E;
 }
</style>