Html Css Color HEX #21A99B Light Sea Green

📋 copy color: '#21A99B'

red 33 ◦ green 169 ◦ blue 155

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

Shades of Light Sea Green #21A99B

Tints of Light Sea Green #21A99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 9.24%
G = 47.34%
B = 43.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#21A99B (or 0x21A99B) is known color: Light Sea Green. HEX triplet: 21, A9 and 9B. RGB value is (33,169,155). Sum of RGB (Red+Green+Blue) = 33+169+155=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #21A99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A99B is #DE5664. Grayscale: #7E7E7E. Windows color (decimal): -14571109 or 10201377. OLE color: 10201377.

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

Color convert

RGB 33 169 155 -
CMYK 0.80 0 0.08 0.34
HSL 173.82º 0.67% 0.4% -
HSV(B) 173.82º 0.8% 0.66% -
XYZ 20.73 31.07 35.91 -
YUV 126.74 143.94 61.14 -
System Red Green Blue C M Y K H S L
Decimal 33 169 155 0.80 0 0.08 0.34 173.82 0.67 0.4
Hex 21 A9 9B 50 0 8 22 AE 43 28
Octal 41 251 233 120 0 10 42 256 103 50
Binary 100001 10101001 10011011 1010000 0 1000 100010 10101110 1000011 101000

Color Harmonies of #21A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A99B

Black with #21A99B

Text Example


Text Example

White with #21A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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