#1C8E89

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

Shades of Java #1C8E89

Tints of Java #1C8E89

Color information

#1C8E89 (or 0x1C8E89) is unknown color: approx Java. HEX triplet: 1C, 8E and 89. RGB value is (28,142,137). Sum of RGB (Red+Green+Blue) = 28+142+137=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8E89 is #E37176. Grayscale: #6B6B6B. Windows color (decimal): -14905719 or 9014812. OLE color: 9014812.

HSL color Cylindrical-coordinate representation of color #1C8E89: hue angle of 177.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8E89 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB28142137-
CMYK0.8000.040.44
HSL177.37º67.06%33.33%-
HSV(B)177.37º80.28%55.69%-
XYZ14.6721.427.02-
YUV107.34144.7371.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=9.12%
G=46.25%
B=44.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281421370.8000.040.44177.3767.0633.33
Hex1C8E8950042Cb14321
Octal34216211120045426110341
Binary11100100011101000100110100000100101100101100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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