#1C888B

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

Shades of Java #1C888B

Tints of Java #1C888B

Color information

#1C888B (or 0x1C888B) is unknown color: approx Java. HEX triplet: 1C, 88 and 8B. RGB value is (28,136,139). Sum of RGB (Red+Green+Blue) = 28+136+139=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C888B is #E37774. Grayscale: #676767. Windows color (decimal): -14907253 or 9144348. OLE color: 9144348.

HSL color Cylindrical-coordinate representation of color #1C888B: hue angle of 181.62º degrees, saturation: 0.66, 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 #1C888B is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB28136139-
CMYK0.800.0200.45
HSL181.62º66.47%32.75%-
HSV(B)181.62º79.86%54.51%-
XYZ13.9419.7227.5-
YUV104.05147.7273.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=9.24%
G=44.88%
B=45.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281361390.800.0200.45181.6266.4732.75
Hex1C888B50202Db64221
Octal34210213120205526610241
Binary1110010001000100010111010000100101101101101101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,136,139); }

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

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

 a { background-color: rgb(28,136,139); }

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

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

 span { border-color: rgb(28,136,139); }

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