Html Css Color HEX #21AC9A Light Sea Green

📋 copy color: '#21AC9A'

red 33 ◦ green 172 ◦ blue 154

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

Shades of Light Sea Green #21AC9A

Tints of Light Sea Green #21AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 9.19%
G = 47.91%
B = 42.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#21AC9A (or 0x21AC9A) is known color: Light Sea Green. HEX triplet: 21, AC and 9A. RGB value is (33,172,154). Sum of RGB (Red+Green+Blue) = 33+172+154=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC9A is #DE5365. Grayscale: #808080. Windows color (decimal): -14570342 or 10136609. OLE color: 10136609.

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

Color convert

RGB 33 172 154 -
CMYK 0.81 0 0.10 0.33
HSL 172.23º 0.68% 0.4% -
HSV(B) 172.23º 0.81% 0.67% -
XYZ 21.21 32.16 35.66 -
YUV 128.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 33 172 154 0.81 0 0.10 0.33 172.23 0.68 0.4
Hex 21 AC 9A 51 0 A 21 AC 44 28
Octal 41 254 232 121 0 12 41 254 104 50
Binary 100001 10101100 10011010 1010001 0 1010 100001 10101100 1000100 101000

Color Harmonies of #21AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC9A

Black with #21AC9A

Text Example


Text Example

White with #21AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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