#15A6BA

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

Shades of Pelorous #15A6BA

Tints of Pelorous #15A6BA

Color information

#15A6BA (or 0x15A6BA) is unknown color: approx Pelorous. HEX triplet: 15, A6 and BA. RGB value is (21,166,186). Sum of RGB (Red+Green+Blue) = 21+166+186=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #15A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6BA is #EA5945. Grayscale: #7C7C7C. Windows color (decimal): -15358278 or 12232213. OLE color: 12232213.

HSL color Cylindrical-coordinate representation of color #15A6BA: hue angle of 187.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A6BA is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21166186-
CMYK0.890.1100.27
HSL187.27º79.71%40.59%-
HSV(B)187.27º88.71%72.94%-
XYZ22.8130.9851.23-
YUV124.92162.4653.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=5.63%
G=44.50%
B=49.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211661860.890.1100.27187.2779.7140.59
Hex15A6BA59B01Bbb5029
Octal252462721311303327312051
Binary10101101001101011101010110011011011011101110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,166,186); }

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

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

 a { background-color: rgb(21,166,186); }

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

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

 span { border-color: rgb(21,166,186); }

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