Html Css Color HEX #21ACAA Light Sea Green

📋 copy color: '#21ACAA'

red 33 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #21ACAA

Tints of Light Sea Green #21ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

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

R = 8.8%
G = 45.87%
B = 45.33%

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

#21ACAA (or 0x21ACAA) is known color: Light Sea Green. HEX triplet: 21, AC and AA. RGB value is (33,172,170). Sum of RGB (Red+Green+Blue) = 33+172+170=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #21ACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ACAA is #DE5355. Grayscale: #828282. Windows color (decimal): -14570326 or 11185185. OLE color: 11185185.

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

Color convert

RGB 33 172 170 -
CMYK 0.81 0 0.01 0.33
HSL 179.14º 0.68% 0.4% -
HSV(B) 179.14º 0.81% 0.67% -
XYZ 22.64 32.73 43.15 -
YUV 130.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 33 172 170 0.81 0 0.01 0.33 179.14 0.68 0.4
Hex 21 AC AA 51 0 1 21 B3 44 28
Octal 41 254 252 121 0 1 41 263 104 50
Binary 100001 10101100 10101010 1010001 0 1 100001 10110011 1000100 101000

Color Harmonies of #21ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ACAA

Black with #21ACAA

Text Example


Text Example

White with #21ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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