#1F9889

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

Shades of Java #1F9889

Tints of Java #1F9889

Color information

#1F9889 (or 0x1F9889) is unknown color: approx Java. HEX triplet: 1F, 98 and 89. RGB value is (31,152,137). Sum of RGB (Red+Green+Blue) = 31+152+137=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9889 is #E06776. Grayscale: #727272. Windows color (decimal): -14706551 or 9017375. OLE color: 9017375.

HSL color Cylindrical-coordinate representation of color #1F9889: hue angle of 172.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9889 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB31152137-
CMYK0.8000.100.40
HSL172.56º66.12%35.88%-
HSV(B)172.56º79.61%59.61%-
XYZ16.3124.5527.55-
YUV114.11140.9168.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=9.69%
G=47.5%
B=42.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311521370.8000.100.40172.5666.1235.88
Hex1F9889500A28ad4224
Octal372302111200125025510244
Binary111111001100010001001101000001010101000101011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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