Html Css Color HEX #21AEA6 Light Sea Green

📋 copy color: '#21AEA6'

red 33 ◦ green 174 ◦ blue 166

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

Shades of Light Sea Green #21AEA6

Tints of Light Sea Green #21AEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 8.85%
G = 46.65%
B = 44.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#21AEA6 (or 0x21AEA6) is known color: Light Sea Green. HEX triplet: 21, AE and A6. RGB value is (33,174,166). Sum of RGB (Red+Green+Blue) = 33+174+166=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEA6 is #DE5159. Grayscale: #828282. Windows color (decimal): -14569818 or 10923553. OLE color: 10923553.

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

Color convert

RGB 33 174 166 -
CMYK 0.81 0 0.05 0.32
HSL 176.6º 0.68% 0.41% -
HSV(B) 176.6º 0.81% 0.68% -
XYZ 22.65 33.35 41.32 -
YUV 130.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 33 174 166 0.81 0 0.05 0.32 176.6 0.68 0.41
Hex 21 AE A6 51 0 5 20 B1 44 29
Octal 41 256 246 121 0 5 40 261 104 51
Binary 100001 10101110 10100110 1010001 0 101 100000 10110001 1000100 101001

Color Harmonies of #21AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AEA6

Black with #21AEA6

Text Example


Text Example

White with #21AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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