#21A0AE

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

Shades of Pelorous #21A0AE

Tints of Pelorous #21A0AE

Color information

#21A0AE (or 0x21A0AE) is unknown color: approx Pelorous. HEX triplet: 21, A0 and AE. RGB value is (33,160,174). Sum of RGB (Red+Green+Blue) = 33+160+174=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #21A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A0AE is #DE5F51. Grayscale: #7B7B7B. Windows color (decimal): -14573394 or 11444257. OLE color: 11444257.

HSL color Cylindrical-coordinate representation of color #21A0AE: hue angle of 185.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21A0AE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33160174-
CMYK0.810.0800.32
HSL185.96º68.12%40.59%-
HSV(B)185.96º81.03%68.24%-
XYZ20.8428.5244.45-
YUV123.62156.4263.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=8.99%
G=43.60%
B=47.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331601740.810.0800.32185.9668.1240.59
Hex21A0AE518020ba4429
Octal412402561211004027210451
Binary1000011010000010101110101000110000100000101110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A0AE; }

 p { color: rgb(33,160,174); }

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

<style>
 a { background-color: #21A0AE; }

 a { background-color: rgb(33,160,174); }

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

<style>
 span { border-color: #21A0AE; }

 span { border-color: rgb(33,160,174); }

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