#15A2B1

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

Shades of Pelorous #15A2B1

Tints of Pelorous #15A2B1

Color information

#15A2B1 (or 0x15A2B1) is unknown color: approx Pelorous. HEX triplet: 15, A2 and B1. RGB value is (21,162,177). Sum of RGB (Red+Green+Blue) = 21+162+177=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #15A2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A2B1 is #EA5D4E. Grayscale: #797979. Windows color (decimal): -15359311 or 11641365. OLE color: 11641365.

HSL color Cylindrical-coordinate representation of color #15A2B1: hue angle of 185.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A2B1 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21162177-
CMYK0.880.0800.31
HSL185.77º78.79%38.82%-
HSV(B)185.77º88.14%69.41%-
XYZ21.1729.1746.11-
YUV121.55159.2956.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.83%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=5.83%
G=45%
B=49.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211621770.880.0800.31185.7778.7938.82
Hex15A2B158801Fba4f27
Octal252422611301003727211747
Binary10101101000101011000110110001000011111101110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,177); }

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

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

 a { background-color: rgb(21,162,177); }

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

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

 span { border-color: rgb(21,162,177); }

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