Html Css Color HEX #21ADA0 Light Sea Green

📋 copy color: '#21ADA0'

red 33 ◦ green 173 ◦ blue 160

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

Shades of Light Sea Green #21ADA0

Tints of Light Sea Green #21ADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

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

R = 9.02%
G = 47.27%
B = 43.72%

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

#21ADA0 (or 0x21ADA0) is known color: Light Sea Green. HEX triplet: 21, AD and A0. RGB value is (33,173,160). Sum of RGB (Red+Green+Blue) = 33+173+160=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #21ADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ADA0 is #DE525F. Grayscale: #818181. Windows color (decimal): -14570080 or 10530081. OLE color: 10530081.

HSL color Cylindrical-coordinate representation of color #21ADA0: hue angle of 174.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21ADA0 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 160 -
CMYK 0.81 0 0.08 0.32
HSL 174.43º 0.68% 0.4% -
HSV(B) 174.43º 0.81% 0.68% -
XYZ 21.92 32.75 38.42 -
YUV 129.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 33 173 160 0.81 0 0.08 0.32 174.43 0.68 0.4
Hex 21 AD A0 51 0 8 20 AE 44 28
Octal 41 255 240 121 0 10 40 256 104 50
Binary 100001 10101101 10100000 1010001 0 1000 100000 10101110 1000100 101000

Color Harmonies of #21ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADA0

Black with #21ADA0

Text Example


Text Example

White with #21ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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