#15A0BF

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

Shades of Pelorous #15A0BF

Tints of Pelorous #15A0BF

Color information

#15A0BF (or 0x15A0BF) is unknown color: approx Pelorous. HEX triplet: 15, A0 and BF. RGB value is (21,160,191). Sum of RGB (Red+Green+Blue) = 21+160+191=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #15A0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0BF is #EA5F40. Grayscale: #797979. Windows color (decimal): -15359809 or 12558357. OLE color: 12558357.

HSL color Cylindrical-coordinate representation of color #15A0BF: hue angle of 190.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A0BF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21160191-
CMYK0.890.1600.25
HSL190.94º80.19%41.57%-
HSV(B)190.94º89.01%74.9%-
XYZ22.2829.0653.73-
YUV121.97166.9555.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.65%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 191 (75% from 255) = 51.34%
R=5.65%
G=43.01%
B=51.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211601910.890.1600.25190.9480.1941.57
Hex15A0BF5910019bf502a
Octal252402771312003127712052
Binary101011010000010111111101100110000011001101111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,160,191); }

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

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

 a { background-color: rgb(21,160,191); }

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

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

 span { border-color: rgb(21,160,191); }

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