#11878E

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

Shades of Dark Cyan #11878E

Tints of Dark Cyan #11878E

Color information

#11878E (or 0x11878E) is unknown color: approx Dark Cyan. HEX triplet: 11, 87 and 8E. RGB value is (17,135,142). Sum of RGB (Red+Green+Blue) = 17+135+142=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #11878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11878E is #EE7871. Grayscale: #646464. Windows color (decimal): -15628402 or 9340689. OLE color: 9340689.

HSL color Cylindrical-coordinate representation of color #11878E: hue angle of 183.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11878E is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17135142-
CMYK0.880.0500.44
HSL183.36º78.62%31.18%-
HSV(B)183.36º88.03%55.69%-
XYZ13.7819.428.61-
YUV100.52151.4168.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=5.78%
G=45.92%
B=48.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171351420.880.0500.44183.3678.6231.18
Hex11878E58502Cb74f1f
Octal21207216130505426711737
Binary1000110000111100011101011000101010110010110111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11878E; }

 p { color: rgb(17,135,142); }

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

<style>
 a { background-color: #11878E; }

 a { background-color: rgb(17,135,142); }

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

<style>
 span { border-color: #11878E; }

 span { border-color: rgb(17,135,142); }

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