Html Css Color HEX #21AAA7 Light Sea Green

📋 copy color: '#21AAA7'

red 33 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #21AAA7

Tints of Light Sea Green #21AAA7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 8.92%
G = 45.95%
B = 45.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#21AAA7 (or 0x21AAA7) is known color: Light Sea Green. HEX triplet: 21, AA and A7. RGB value is (33,170,167). Sum of RGB (Red+Green+Blue) = 33+170+167=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #21AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AAA7 is #DE5558. Grayscale: #808080. Windows color (decimal): -14570841 or 10988065. OLE color: 10988065.

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

Color convert

RGB 33 170 167 -
CMYK 0.81 0 0.02 0.33
HSL 178.69º 0.67% 0.4% -
HSV(B) 178.69º 0.81% 0.67% -
XYZ 21.98 31.86 41.55 -
YUV 128.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 33 170 167 0.81 0 0.02 0.33 178.69 0.67 0.4
Hex 21 AA A7 51 0 2 21 B3 43 28
Octal 41 252 247 121 0 2 41 263 103 50
Binary 100001 10101010 10100111 1010001 0 10 100001 10110011 1000011 101000

Color Harmonies of #21AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AAA7

Black with #21AAA7

Text Example


Text Example

White with #21AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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