#15A1BA

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

Shades of Pelorous #15A1BA

Tints of Pelorous #15A1BA

Color information

#15A1BA (or 0x15A1BA) is unknown color: approx Pelorous. HEX triplet: 15, A1 and BA. RGB value is (21,161,186). Sum of RGB (Red+Green+Blue) = 21+161+186=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #15A1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1BA is #EA5E45. Grayscale: #797979. Windows color (decimal): -15359558 or 12230933. OLE color: 12230933.

HSL color Cylindrical-coordinate representation of color #15A1BA: hue angle of 189.09º 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 #15A1BA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21161186-
CMYK0.890.1300.27
HSL189.09º79.71%40.59%-
HSV(B)189.09º88.71%72.94%-
XYZ21.9229.1950.93-
YUV121.99164.1255.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.71%
GREEN value IS 161 (63.28% from 255) = 43.75%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=5.71%
G=43.75%
B=50.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211611860.890.1300.27189.0979.7140.59
Hex15A1BA59D01Bbd5029
Octal252412721311503327512051
Binary10101101000011011101010110011101011011101111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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