Html Css Color HEX #21AEA0 Light Sea Green

📋 copy color: '#21AEA0'

red 33 ◦ green 174 ◦ blue 160

#21AEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #21AEA0

Tints of Light Sea Green #21AEA0

RGB

 RED value IS 33 (13.28% from 255) = 8.99%

 GREEN value IS 174 (68.36% from 255) = 47.41%

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 8.99%
G = 47.41%
B = 43.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#21AEA0 (or 0x21AEA0) is known color: Light Sea Green. HEX triplet: 21, AE and A0. RGB value is (33,174,160). Sum of RGB (Red+Green+Blue) = 33+174+160=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEA0 is #DE515F. Grayscale: #828282. Windows color (decimal): -14569824 or 10530337. OLE color: 10530337.

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

Color convert

RGB 33 174 160 -
CMYK 0.81 0 0.08 0.32
HSL 174.04º 0.68% 0.41% -
HSV(B) 174.04º 0.81% 0.68% -
XYZ 22.11 33.13 38.49 -
YUV 130.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 33 174 160 0.81 0 0.08 0.32 174.04 0.68 0.41
Hex 21 AE A0 51 0 8 20 AE 44 29
Octal 41 256 240 121 0 10 40 256 104 51
Binary 100001 10101110 10100000 1010001 0 1000 100000 10101110 1000100 101001

Color Harmonies of #21AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AEA0

Black with #21AEA0

Text Example


Text Example

White with #21AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AEA0;
 }
 .AnyTagClassName
 {
   color: #21AEA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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