#15868A

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

Shades of Dark Cyan #15868A

Tints of Dark Cyan #15868A

Color information

#15868A (or 0x15868A) is unknown color: approx Dark Cyan. HEX triplet: 15, 86 and 8A. RGB value is (21,134,138). Sum of RGB (Red+Green+Blue) = 21+134+138=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #15868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15868A is #EA7975. Grayscale: #646464. Windows color (decimal): -15366518 or 9078293. OLE color: 9078293.

HSL color Cylindrical-coordinate representation of color #15868A: hue angle of 182.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15868A is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21134138-
CMYK0.850.0300.46
HSL182.05º73.58%31.18%-
HSV(B)182.05º84.78%54.12%-
XYZ13.4219.0427.01-
YUV100.67149.0671.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=7.17%
G=45.73%
B=47.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211341380.850.0300.46182.0573.5831.18
Hex15868A55302Eb64a1f
Octal25206212125305626611237
Binary101011000011010001010101010111010111010110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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