#10888C

Color #10888C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #10888C

Tints of Dark Cyan #10888C

Color information

#10888C (or 0x10888C) is unknown color: approx Dark Cyan. HEX triplet: 10, 88 and 8C. RGB value is (16,136,140). Sum of RGB (Red+Green+Blue) = 16+136+140=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #10888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10888C is #EF7773. Grayscale: #646464. Windows color (decimal): -15693684 or 9209872. OLE color: 9209872.

HSL color Cylindrical-coordinate representation of color #10888C: hue angle of 181.94º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10888C is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16136140-
CMYK0.890.0300.45
HSL181.94º79.49%30.59%-
HSV(B)181.94º88.57%54.9%-
XYZ13.7519.6127.87-
YUV100.58150.2467.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=5.48%
G=46.58%
B=47.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161361400.890.0300.45181.9479.4930.59
Hex10888C59302Db64f1f
Octal20210214131305526611737
Binary100001000100010001100101100111010110110110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10888C; }

 p { color: rgb(16,136,140); }

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

<style>
 a { background-color: #10888C; }

 a { background-color: rgb(16,136,140); }

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

<style>
 span { border-color: #10888C; }

 span { border-color: rgb(16,136,140); }

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