Html Css Color HEX #21AC9F Light Sea Green

📋 copy color: '#21AC9F'

red 33 ◦ green 172 ◦ blue 159

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

Shades of Light Sea Green #21AC9F

Tints of Light Sea Green #21AC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 9.07%
G = 47.25%
B = 43.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#21AC9F (or 0x21AC9F) is known color: Light Sea Green. HEX triplet: 21, AC and 9F. RGB value is (33,172,159). Sum of RGB (Red+Green+Blue) = 33+172+159=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC9F is #DE5360. Grayscale: #808080. Windows color (decimal): -14570337 or 10464289. OLE color: 10464289.

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

Color convert

RGB 33 172 159 -
CMYK 0.81 0 0.08 0.33
HSL 174.39º 0.68% 0.4% -
HSV(B) 174.39º 0.81% 0.67% -
XYZ 21.64 32.33 37.9 -
YUV 128.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 33 172 159 0.81 0 0.08 0.33 174.39 0.68 0.4
Hex 21 AC 9F 51 0 8 21 AE 44 28
Octal 41 254 237 121 0 10 41 256 104 50
Binary 100001 10101100 10011111 1010001 0 1000 100001 10101110 1000100 101000

Color Harmonies of #21AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC9F

Black with #21AC9F

Text Example


Text Example

White with #21AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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