#15A5B6

Color #15A5B6 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #15A5B6

Tints of Pelorous #15A5B6

Color information

#15A5B6 (or 0x15A5B6) is unknown color: approx Pelorous. HEX triplet: 15, A5 and B6. RGB value is (21,165,182). Sum of RGB (Red+Green+Blue) = 21+165+182=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #15A5B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5B6 is #EA5A49. Grayscale: #7B7B7B. Windows color (decimal): -15358538 or 11969813. OLE color: 11969813.

HSL color Cylindrical-coordinate representation of color #15A5B6: hue angle of 186.34º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A5B6 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB21165182-
CMYK0.880.0900.29
HSL186.34º79.31%39.8%-
HSV(B)186.34º88.46%71.37%-
XYZ22.2130.4548.96-
YUV123.88160.7954.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.71%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 182 (71.48% from 255) = 49.46%
R=5.71%
G=44.84%
B=49.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211651820.880.0900.29186.3479.3139.8
Hex15A5B658901Dba4f28
Octal252452661301103527211750
Binary10101101001011011011010110001001011101101110101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A5B6; }

 p { color: rgb(21,165,182); }

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

<style>
 a { background-color: #15A5B6; }

 a { background-color: rgb(21,165,182); }

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

<style>
 span { border-color: #15A5B6; }

 span { border-color: rgb(21,165,182); }

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