#15808B

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

Shades of Dark Cyan #15808B

Tints of Dark Cyan #15808B

Color information

#15808B (or 0x15808B) is unknown color: approx Dark Cyan. HEX triplet: 15, 80 and 8B. RGB value is (21,128,139). Sum of RGB (Red+Green+Blue) = 21+128+139=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #15808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15808B is #EA7F74. Grayscale: #616161. Windows color (decimal): -15368053 or 9142293. OLE color: 9142293.

HSL color Cylindrical-coordinate representation of color #15808B: hue angle of 185.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15808B is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21128139-
CMYK0.850.0800.45
HSL185.59º73.75%31.37%-
HSV(B)185.59º84.89%54.51%-
XYZ12.6917.4627.13-
YUV97.26151.5573.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=7.29%
G=44.44%
B=48.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211281390.850.0800.45185.5973.7531.37
Hex15808B55802Dba4a1f
Octal252002131251005527211237
Binary10101100000001000101110101011000010110110111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15808B; }

 p { color: rgb(21,128,139); }

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

<style>
 a { background-color: #15808B; }

 a { background-color: rgb(21,128,139); }

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

<style>
 span { border-color: #15808B; }

 span { border-color: rgb(21,128,139); }

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