#15868F

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

Shades of Dark Cyan #15868F

Tints of Dark Cyan #15868F

Color information

#15868F (or 0x15868F) is unknown color: approx Dark Cyan. HEX triplet: 15, 86 and 8F. RGB value is (21,134,143). Sum of RGB (Red+Green+Blue) = 21+134+143=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #15868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15868F is #EA7970. Grayscale: #656565. Windows color (decimal): -15366513 or 9405973. OLE color: 9405973.

HSL color Cylindrical-coordinate representation of color #15868F: hue angle of 184.43º 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 #15868F is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21134143-
CMYK0.850.0600.44
HSL184.43º74.39%32.16%-
HSV(B)184.43º85.31%56.08%-
XYZ13.7919.1928.96-
YUV101.24151.5670.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=7.05%
G=44.97%
B=47.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211341430.850.0600.44184.4374.3932.16
Hex15868F55602Cb84a20
Octal25206217125605427011240
Binary10101100001101000111110101011100101100101110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15868F; }

 p { color: rgb(21,134,143); }

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

<style>
 a { background-color: #15868F; }

 a { background-color: rgb(21,134,143); }

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

<style>
 span { border-color: #15868F; }

 span { border-color: rgb(21,134,143); }

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