Html Css Color HEX #21AB9A Light Sea Green

📋 copy color: '#21AB9A'

red 33 ◦ green 171 ◦ blue 154

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

Shades of Light Sea Green #21AB9A

Tints of Light Sea Green #21AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.77%

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

R = 9.22%
G = 47.77%
B = 43.02%

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

#21AB9A (or 0x21AB9A) is known color: Light Sea Green. HEX triplet: 21, AB and 9A. RGB value is (33,171,154). Sum of RGB (Red+Green+Blue) = 33+171+154=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB9A is #DE5465. Grayscale: #7F7F7F. Windows color (decimal): -14570598 or 10136353. OLE color: 10136353.

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

Color convert

RGB 33 171 154 -
CMYK 0.81 0 0.10 0.33
HSL 172.61º 0.68% 0.4% -
HSV(B) 172.61º 0.81% 0.67% -
XYZ 21.02 31.78 35.6 -
YUV 127.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 33 171 154 0.81 0 0.10 0.33 172.61 0.68 0.4
Hex 21 AB 9A 51 0 A 21 AD 44 28
Octal 41 253 232 121 0 12 41 255 104 50
Binary 100001 10101011 10011010 1010001 0 1010 100001 10101101 1000100 101000

Color Harmonies of #21AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB9A

Black with #21AB9A

Text Example


Text Example

White with #21AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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