Html Css Color HEX #21BAAA Light Sea Green

📋 copy color: '#21BAAA'

red 33 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #21BAAA

Tints of Light Sea Green #21BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 8.48%
G = 47.81%
B = 43.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#21BAAA (or 0x21BAAA) is known color: Light Sea Green. HEX triplet: 21, BA and AA. RGB value is (33,186,170). Sum of RGB (Red+Green+Blue) = 33+186+170=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #21BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BAAA is #DE4555. Grayscale: #8A8A8A. Windows color (decimal): -14566742 or 11188769. OLE color: 11188769.

HSL color Cylindrical-coordinate representation of color #21BAAA: hue angle of 173.73º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BAAA is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 170 -
CMYK 0.82 0 0.09 0.27
HSL 173.73º 0.7% 0.43% -
HSV(B) 173.73º 0.82% 0.73% -
XYZ 25.44 38.34 44.09 -
YUV 138.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 33 186 170 0.82 0 0.09 0.27 173.73 0.7 0.43
Hex 21 BA AA 52 0 9 1B AE 46 2B
Octal 41 272 252 122 0 11 33 256 106 53
Binary 100001 10111010 10101010 1010010 0 1001 11011 10101110 1000110 101011

Color Harmonies of #21BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BAAA

Black with #21BAAA

Text Example


Text Example

White with #21BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,170); }

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

background-color css

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

 a { background-color: rgb(33,186,170); }

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

border-color css

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

 span { border-color: rgb(33,186,170); }

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