#21B4AE

Color #21B4AE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #21B4AE

Tints of Light Sea Green #21B4AE

Color information

#21B4AE (or 0x21B4AE) is unknown color: approx Light Sea Green. HEX triplet: 21, B4 and AE. RGB value is (33,180,174). Sum of RGB (Red+Green+Blue) = 33+180+174=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #21B4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B4AE is #DE4B51. Grayscale: #878787. Windows color (decimal): -14568274 or 11449377. OLE color: 11449377.

HSL color Cylindrical-coordinate representation of color #21B4AE: hue angle of 177.55º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B4AE is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB33180174-
CMYK0.8200.030.29
HSL177.55º69.01%41.76%-
HSV(B)177.55º81.67%70.59%-
XYZ24.5936.0245.7-
YUV135.36149.854.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=8.53%
G=46.51%
B=44.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331801740.8200.030.29177.5569.0141.76
Hex21B4AE52031Db2452a
Octal41264256122033526210552
Binary1000011011010010101110101001001111101101100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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