#15A1B4

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

Shades of Pelorous #15A1B4

Tints of Pelorous #15A1B4

Color information

#15A1B4 (or 0x15A1B4) is unknown color: approx Pelorous. HEX triplet: 15, A1 and B4. RGB value is (21,161,180). Sum of RGB (Red+Green+Blue) = 21+161+180=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #15A1B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1B4 is #EA5E4B. Grayscale: #797979. Windows color (decimal): -15359564 or 11837717. OLE color: 11837717.

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

Color convert

RGB21161180-
CMYK0.880.1100.29
HSL187.17º79.1%39.41%-
HSV(B)187.17º88.33%70.59%-
XYZ21.2928.9447.64-
YUV121.31161.1256.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.80%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 180 (70.70% from 255) = 49.72%
R=5.80%
G=44.48%
B=49.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211611800.880.1100.29187.1779.139.41
Hex15A1B458B01Dbb4f27
Octal252412641301303527311747
Binary10101101000011011010010110001011011101101110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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