#15818D

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

Shades of Dark Cyan #15818D

Tints of Dark Cyan #15818D

Color information

#15818D (or 0x15818D) is unknown color: approx Dark Cyan. HEX triplet: 15, 81 and 8D. RGB value is (21,129,141). Sum of RGB (Red+Green+Blue) = 21+129+141=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #15818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15818D is #EA7E72. Grayscale: #616161. Windows color (decimal): -15367795 or 9273621. OLE color: 9273621.

HSL color Cylindrical-coordinate representation of color #15818D: hue angle of 186º 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 #15818D is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21129141-
CMYK0.850.0900.45
HSL186º74.07%31.76%-
HSV(B)186º85.11%55.29%-
XYZ12.9717.7827.95-
YUV98.08152.2273.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=7.22%
G=44.33%
B=48.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211291410.850.0900.4518674.0731.76
Hex15818D55902Dba4a20
Octal252012151251105527211240
Binary101011000000110001101101010110010101101101110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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