#1C8E83

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

Shades of Java #1C8E83

Tints of Java #1C8E83

Color information

#1C8E83 (or 0x1C8E83) is unknown color: approx Java. HEX triplet: 1C, 8E and 83. RGB value is (28,142,131). Sum of RGB (Red+Green+Blue) = 28+142+131=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8E83 is #E3717C. Grayscale: #6A6A6A. Windows color (decimal): -14905725 or 8621596. OLE color: 8621596.

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

Color convert

RGB28142131-
CMYK0.8000.080.44
HSL174.21º67.06%33.33%-
HSV(B)174.21º80.28%55.69%-
XYZ14.2521.2324.82-
YUV106.66141.7371.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=9.30%
G=47.18%
B=43.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281421310.8000.080.44174.2167.0633.33
Hex1C8E8350082Cae4321
Octal342162031200105425610341
Binary111001000111010000011101000001000101100101011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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