#15848B

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

Shades of Dark Cyan #15848B

Tints of Dark Cyan #15848B

Color information

#15848B (or 0x15848B) is unknown color: approx Dark Cyan. HEX triplet: 15, 84 and 8B. RGB value is (21,132,139). Sum of RGB (Red+Green+Blue) = 21+132+139=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #15848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15848B is #EA7B74. Grayscale: #636363. Windows color (decimal): -15367029 or 9143317. OLE color: 9143317.

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

Color convert

RGB21132139-
CMYK0.850.0500.45
HSL183.56º73.75%31.37%-
HSV(B)183.56º84.89%54.51%-
XYZ13.2218.5327.31-
YUV99.61150.2371.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=7.19%
G=45.21%
B=47.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211321390.850.0500.45183.5673.7531.37
Hex15848B55502Db84a1f
Octal25204213125505527011237
Binary1010110000100100010111010101101010110110111000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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