#1F8E89

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

Shades of Java #1F8E89

Tints of Java #1F8E89

Color information

#1F8E89 (or 0x1F8E89) is unknown color: approx Java. HEX triplet: 1F, 8E and 89. RGB value is (31,142,137). Sum of RGB (Red+Green+Blue) = 31+142+137=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8E89 is #E07176. Grayscale: #6C6C6C. Windows color (decimal): -14709111 or 9014815. OLE color: 9014815.

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

Color convert

RGB31142137-
CMYK0.7800.040.44
HSL177.3º64.16%33.92%-
HSV(B)177.3º78.17%55.69%-
XYZ14.7521.4427.03-
YUV108.24144.2372.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 137 (53.91% from 255) = 44.19%
R=10%
G=45.81%
B=44.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311421370.7800.040.44177.364.1633.92
Hex1F8E894E042Cb14022
Octal37216211116045426110042
Binary11111100011101000100110011100100101100101100011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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