#1C8E86

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

Shades of Java #1C8E86

Tints of Java #1C8E86

Color information

#1C8E86 (or 0x1C8E86) is unknown color: approx Java. HEX triplet: 1C, 8E and 86. RGB value is (28,142,134). Sum of RGB (Red+Green+Blue) = 28+142+134=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8E86 is #E37179. Grayscale: #6A6A6A. Windows color (decimal): -14905722 or 8818204. OLE color: 8818204.

HSL color Cylindrical-coordinate representation of color #1C8E86: hue angle of 175.79º 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 #1C8E86 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB28142134-
CMYK0.8000.060.44
HSL175.79º67.06%33.33%-
HSV(B)175.79º80.28%55.69%-
XYZ14.4521.3125.91-
YUV107143.2371.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.21%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=9.21%
G=46.71%
B=44.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281421340.8000.060.44175.7967.0633.33
Hex1C8E8650062Cb04321
Octal34216206120065426010341
Binary11100100011101000011010100000110101100101100001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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