#21A4AE

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

Shades of Pelorous #21A4AE

Tints of Pelorous #21A4AE

Color information

#21A4AE (or 0x21A4AE) is unknown color: approx Pelorous. HEX triplet: 21, A4 and AE. RGB value is (33,164,174). Sum of RGB (Red+Green+Blue) = 33+164+174=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #21A4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A4AE is #DE5B51. Grayscale: #7D7D7D. Windows color (decimal): -14572370 or 11445281. OLE color: 11445281.

HSL color Cylindrical-coordinate representation of color #21A4AE: hue angle of 184.26º 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 #21A4AE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33164174-
CMYK0.810.0600.32
HSL184.26º68.12%40.59%-
HSV(B)184.26º81.03%68.24%-
XYZ21.5429.9344.69-
YUV125.97155.161.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=8.89%
G=44.20%
B=46.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331641740.810.0600.32184.2668.1240.59
Hex21A4AE516020b84429
Octal41244256121604027010451
Binary100001101001001010111010100011100100000101110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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