Html Css Color HEX #21ABAA Light Sea Green

📋 copy color: '#21ABAA'

red 33 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #21ABAA

Tints of Light Sea Green #21ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 8.82%
G = 45.72%
B = 45.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#21ABAA (or 0x21ABAA) is known color: Light Sea Green. HEX triplet: 21, AB and AA. RGB value is (33,171,170). Sum of RGB (Red+Green+Blue) = 33+171+170=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #21ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ABAA is #DE5455. Grayscale: #818181. Windows color (decimal): -14570582 or 11184929. OLE color: 11184929.

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

Color convert

RGB 33 171 170 -
CMYK 0.81 0 0.01 0.33
HSL 179.57º 0.68% 0.4% -
HSV(B) 179.57º 0.81% 0.67% -
XYZ 22.45 32.35 43.09 -
YUV 129.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 33 171 170 0.81 0 0.01 0.33 179.57 0.68 0.4
Hex 21 AB AA 51 0 1 21 B4 44 28
Octal 41 253 252 121 0 1 41 264 104 50
Binary 100001 10101011 10101010 1010001 0 1 100001 10110100 1000100 101000

Color Harmonies of #21ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABAA

Black with #21ABAA

Text Example


Text Example

White with #21ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,170); }

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

background-color css

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

 a { background-color: rgb(33,171,170); }

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

border-color css

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

 span { border-color: rgb(33,171,170); }

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