#1F9689

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

Shades of Java #1F9689

Tints of Java #1F9689

Color information

#1F9689 (or 0x1F9689) is unknown color: approx Java. HEX triplet: 1F, 96 and 89. RGB value is (31,150,137). Sum of RGB (Red+Green+Blue) = 31+150+137=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9689 is #E06976. Grayscale: #707070. Windows color (decimal): -14707063 or 9016863. OLE color: 9016863.

HSL color Cylindrical-coordinate representation of color #1F9689: hue angle of 173.45º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9689 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB31150137-
CMYK0.7900.090.41
HSL173.45º65.75%35.49%-
HSV(B)173.45º79.33%58.82%-
XYZ15.9923.9127.44-
YUV112.94141.5869.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.75%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=9.75%
G=47.17%
B=43.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal311501370.7900.090.41173.4565.7535.49
Hex1F96894F0929ad4223
Octal372262111170115125510243
Binary111111001011010001001100111101001101001101011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,137); }

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

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

 a { background-color: rgb(31,150,137); }

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

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

 span { border-color: rgb(31,150,137); }

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