#1F9C8E

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

Shades of Java #1F9C8E

Tints of Java #1F9C8E

Color information

#1F9C8E (or 0x1F9C8E) is unknown color: approx Java. HEX triplet: 1F, 9C and 8E. RGB value is (31,156,142). Sum of RGB (Red+Green+Blue) = 31+156+142=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C8E is #E06371. Grayscale: #747474. Windows color (decimal): -14705522 or 9346079. OLE color: 9346079.

HSL color Cylindrical-coordinate representation of color #1F9C8E: hue angle of 173.28º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C8E is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB31156142-
CMYK0.8000.090.39
HSL173.28º66.84%36.67%-
HSV(B)173.28º80.13%61.18%-
XYZ17.3426.0229.7-
YUV117.03142.0966.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.42%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=9.42%
G=47.42%
B=43.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561420.8000.090.39173.2866.8436.67
Hex1F9C8E500927ad4325
Octal372342161200114725510345
Binary111111001110010001110101000001001100111101011011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9C8E; }

 p { color: rgb(31,156,142); }

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

<style>
 a { background-color: #1F9C8E; }

 a { background-color: rgb(31,156,142); }

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

<style>
 span { border-color: #1F9C8E; }

 span { border-color: rgb(31,156,142); }

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