#1C8E9B

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

Shades of Java #1C8E9B

Tints of Java #1C8E9B

Color information

#1C8E9B (or 0x1C8E9B) is unknown color: approx Java. HEX triplet: 1C, 8E and 9B. RGB value is (28,142,155). Sum of RGB (Red+Green+Blue) = 28+142+155=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C8E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8E9B is #E37164. Grayscale: #6D6D6D. Windows color (decimal): -14905701 or 10194460. OLE color: 10194460.

HSL color Cylindrical-coordinate representation of color #1C8E9B: hue angle of 186.14º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C8E9B is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB28142155-
CMYK0.820.0800.39
HSL186.14º69.4%35.88%-
HSV(B)186.14º81.94%60.78%-
XYZ16.0721.9634.4-
YUV109.4153.7369.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.62%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=8.62%
G=43.69%
B=47.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281421550.820.0800.39186.1469.435.88
Hex1C8E9B528027ba4524
Octal342162331221004727210544
Binary111001000111010011011101001010000100111101110101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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