Html Css Color HEX #21C8AB Light Sea Green

📋 copy color: '#21C8AB'

red 33 ◦ green 200 ◦ blue 171

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

Shades of Light Sea Green #21C8AB

Tints of Light Sea Green #21C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 8.17%
G = 49.5%
B = 42.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#21C8AB (or 0x21C8AB) is known color: Light Sea Green. HEX triplet: 21, C8 and AB. RGB value is (33,200,171). Sum of RGB (Red+Green+Blue) = 33+200+171=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #21C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C8AB is #DE3754. Grayscale: #929292. Windows color (decimal): -14563157 or 11257889. OLE color: 11257889.

HSL color Cylindrical-coordinate representation of color #21C8AB: hue angle of 169.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C8AB is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 200 171 -
CMYK 0.84 0 0.14 0.22
HSL 169.58º 0.72% 0.46% -
HSV(B) 169.58º 0.84% 0.78% -
XYZ 28.63 44.57 45.62 -
YUV 146.76 141.67 46.86 -
System Red Green Blue C M Y K H S L
Decimal 33 200 171 0.84 0 0.14 0.22 169.58 0.72 0.46
Hex 21 C8 AB 54 0 E 16 AA 48 2E
Octal 41 310 253 124 0 16 26 252 110 56
Binary 100001 11001000 10101011 1010100 0 1110 10110 10101010 1001000 101110

Color Harmonies of #21C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C8AB

Black with #21C8AB

Text Example


Text Example

White with #21C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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