Html Css Color HEX #21C0AB Light Sea Green

📋 copy color: '#21C0AB'

red 33 ◦ green 192 ◦ blue 171

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

Shades of Light Sea Green #21C0AB

Tints of Light Sea Green #21C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 8.33%
G = 48.48%
B = 43.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#21C0AB (or 0x21C0AB) is known color: Light Sea Green. HEX triplet: 21, C0 and AB. RGB value is (33,192,171). Sum of RGB (Red+Green+Blue) = 33+192+171=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #21C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C0AB is #DE3F54. Grayscale: #8D8D8D. Windows color (decimal): -14565205 or 11255841. OLE color: 11255841.

HSL color Cylindrical-coordinate representation of color #21C0AB: hue angle of 172.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C0AB is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 171 -
CMYK 0.83 0 0.11 0.25
HSL 172.08º 0.71% 0.44% -
HSV(B) 172.08º 0.83% 0.75% -
XYZ 26.83 40.96 45.02 -
YUV 142.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 33 192 171 0.83 0 0.11 0.25 172.08 0.71 0.44
Hex 21 C0 AB 53 0 B 19 AC 47 2C
Octal 41 300 253 123 0 13 31 254 107 54
Binary 100001 11000000 10101011 1010011 0 1011 11001 10101100 1000111 101100

Color Harmonies of #21C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C0AB

Black with #21C0AB

Text Example


Text Example

White with #21C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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