#10878D

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

Shades of Dark Cyan #10878D

Tints of Dark Cyan #10878D

Color information

#10878D (or 0x10878D) is unknown color: approx Dark Cyan. HEX triplet: 10, 87 and 8D. RGB value is (16,135,141). Sum of RGB (Red+Green+Blue) = 16+135+141=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #10878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10878D is #EF7872. Grayscale: #636363. Windows color (decimal): -15693939 or 9275152. OLE color: 9275152.

HSL color Cylindrical-coordinate representation of color #10878D: hue angle of 182.88º degrees, saturation: 0.8, 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 #10878D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16135141-
CMYK0.890.0400.45
HSL182.88º79.62%30.78%-
HSV(B)182.88º88.65%55.29%-
XYZ13.6919.3628.22-
YUV100.1151.0868.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=5.48%
G=46.23%
B=48.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161351410.890.0400.45182.8879.6230.78
Hex10878D59402Db7501f
Octal20207215131405526712037
Binary1000010000111100011011011001100010110110110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10878D; }

 p { color: rgb(16,135,141); }

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

<style>
 a { background-color: #10878D; }

 a { background-color: rgb(16,135,141); }

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

<style>
 span { border-color: #10878D; }

 span { border-color: rgb(16,135,141); }

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