#15838D

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

Shades of Dark Cyan #15838D

Tints of Dark Cyan #15838D

Color information

#15838D (or 0x15838D) is unknown color: approx Dark Cyan. HEX triplet: 15, 83 and 8D. RGB value is (21,131,141). Sum of RGB (Red+Green+Blue) = 21+131+141=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #15838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15838D is #EA7C72. Grayscale: #636363. Windows color (decimal): -15367283 or 9274133. OLE color: 9274133.

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

Color convert

RGB21131141-
CMYK0.850.0700.45
HSL185º74.07%31.76%-
HSV(B)185º85.11%55.29%-
XYZ13.2318.3228.04-
YUV99.25151.5672.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=7.17%
G=44.71%
B=48.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211311410.850.0700.4518574.0731.76
Hex15838D55702Db94a20
Octal25203215125705527111240
Binary10101100000111000110110101011110101101101110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15838D; }

 p { color: rgb(21,131,141); }

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

<style>
 a { background-color: #15838D; }

 a { background-color: rgb(21,131,141); }

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

<style>
 span { border-color: #15838D; }

 span { border-color: rgb(21,131,141); }

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