#15848E

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

Shades of Dark Cyan #15848E

Tints of Dark Cyan #15848E

Color information

#15848E (or 0x15848E) is unknown color: approx Dark Cyan. HEX triplet: 15, 84 and 8E. RGB value is (21,132,142). Sum of RGB (Red+Green+Blue) = 21+132+142=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #15848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15848E is #EA7B71. Grayscale: #636363. Windows color (decimal): -15367026 or 9339925. OLE color: 9339925.

HSL color Cylindrical-coordinate representation of color #15848E: hue angle of 184.96º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15848E is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21132142-
CMYK0.850.0700.44
HSL184.96º74.23%31.96%-
HSV(B)184.96º85.21%55.69%-
XYZ13.4418.6128.48-
YUV99.95151.7371.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=7.12%
G=44.75%
B=48.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211321420.850.0700.44184.9674.2331.96
Hex15848E55702Cb94a20
Octal25204216125705427111240
Binary10101100001001000111010101011110101100101110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,132,142); }

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

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

 a { background-color: rgb(21,132,142); }

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

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

 span { border-color: rgb(21,132,142); }

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