#21AEA3

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

Shades of Light Sea Green #21AEA3

Tints of Light Sea Green #21AEA3

Color information

#21AEA3 (or 0x21AEA3) is unknown color: approx Light Sea Green. HEX triplet: 21, AE and A3. RGB value is (33,174,163). Sum of RGB (Red+Green+Blue) = 33+174+163=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEA3 is #DE515C. Grayscale: #828282. Windows color (decimal): -14569821 or 10726945. OLE color: 10726945.

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

Color convert

RGB33174163-
CMYK0.8100.060.32
HSL175.32º68.12%40.59%-
HSV(B)175.32º81.03%68.24%-
XYZ22.3733.2439.89-
YUV130.59146.2958.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 163 (64.06% from 255) = 44.05%
R=8.92%
G=47.03%
B=44.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331741630.8100.060.32175.3268.1240.59
Hex21AEA3510620af4429
Octal41256243121064025710451
Binary100001101011101010001110100010110100000101011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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