#15A0AC

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

Shades of Pelorous #15A0AC

Tints of Pelorous #15A0AC

Color information

#15A0AC (or 0x15A0AC) is unknown color: approx Pelorous. HEX triplet: 15, A0 and AC. RGB value is (21,160,172). Sum of RGB (Red+Green+Blue) = 21+160+172=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #15A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A0AC is #EA5F53. Grayscale: #777777. Windows color (decimal): -15359828 or 11313173. OLE color: 11313173.

HSL color Cylindrical-coordinate representation of color #15A0AC: hue angle of 184.77º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A0AC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21160172-
CMYK0.880.0700.33
HSL184.77º78.24%37.84%-
HSV(B)184.77º87.79%67.45%-
XYZ20.3328.2843.42-
YUV119.81157.4557.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.95%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=5.95%
G=45.33%
B=48.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211601720.880.0700.33184.7778.2437.84
Hex15A0AC587021b94e26
Octal25240254130704127111646
Binary10101101000001010110010110001110100001101110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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