#1C8C87

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

Shades of Java #1C8C87

Tints of Java #1C8C87

Color information

#1C8C87 (or 0x1C8C87) is unknown color: approx Java. HEX triplet: 1C, 8C and 87. RGB value is (28,140,135). Sum of RGB (Red+Green+Blue) = 28+140+135=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8C87 is #E37378. Grayscale: #696969. Windows color (decimal): -14906233 or 8883228. OLE color: 8883228.

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

Color convert

RGB28140135-
CMYK0.8000.040.45
HSL177.32º66.67%32.94%-
HSV(B)177.32º80%54.9%-
XYZ14.2320.7526.18-
YUV105.94144.3972.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 140 (55.08% from 255) = 46.20%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=9.24%
G=46.20%
B=44.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281401350.8000.040.45177.3266.6732.94
Hex1C8C8750042Db14321
Octal34214207120045526110341
Binary11100100011001000011110100000100101101101100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,140,135); }

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

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

 a { background-color: rgb(28,140,135); }

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

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

 span { border-color: rgb(28,140,135); }

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