Html Css Color HEX #21A99E Light Sea Green

📋 copy color: '#21A99E'

red 33 ◦ green 169 ◦ blue 158

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

Shades of Light Sea Green #21A99E

Tints of Light Sea Green #21A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 9.17%
G = 46.94%
B = 43.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#21A99E (or 0x21A99E) is known color: Light Sea Green. HEX triplet: 21, A9 and 9E. RGB value is (33,169,158). Sum of RGB (Red+Green+Blue) = 33+169+158=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #21A99E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A99E is #DE5661. Grayscale: #7E7E7E. Windows color (decimal): -14571106 or 10397985. OLE color: 10397985.

HSL color Cylindrical-coordinate representation of color #21A99E: hue angle of 175.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A99E is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 169 158 -
CMYK 0.80 0 0.07 0.34
HSL 175.15º 0.67% 0.4% -
HSV(B) 175.15º 0.8% 0.66% -
XYZ 20.99 31.17 37.26 -
YUV 127.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 33 169 158 0.80 0 0.07 0.34 175.15 0.67 0.4
Hex 21 A9 9E 50 0 7 22 AF 43 28
Octal 41 251 236 120 0 7 42 257 103 50
Binary 100001 10101001 10011110 1010000 0 111 100010 10101111 1000011 101000

Color Harmonies of #21A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A99E

Black with #21A99E

Text Example


Text Example

White with #21A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,169,158); }

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

background-color css

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

 a { background-color: rgb(33,169,158); }

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

border-color css

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

 span { border-color: rgb(33,169,158); }

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