#1F8C89

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

Shades of Java #1F8C89

Tints of Java #1F8C89

Color information

#1F8C89 (or 0x1F8C89) is unknown color: approx Java. HEX triplet: 1F, 8C and 89. RGB value is (31,140,137). Sum of RGB (Red+Green+Blue) = 31+140+137=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8C89 is #E07376. Grayscale: #6A6A6A. Windows color (decimal): -14709623 or 9014303. OLE color: 9014303.

HSL color Cylindrical-coordinate representation of color #1F8C89: hue angle of 178.35º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C89 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB31140137-
CMYK0.7800.020.45
HSL178.35º63.74%33.53%-
HSV(B)178.35º77.86%54.9%-
XYZ14.4620.8526.93-
YUV107.07144.8973.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=10.06%
G=45.45%
B=44.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311401370.7800.020.45178.3563.7433.53
Hex1F8C894E022Db24022
Octal37214211116025526210042
Binary1111110001100100010011001110010101101101100101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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