Html Css Color HEX #21CBAB Light Sea Green

📋 copy color: '#21CBAB'

red 33 ◦ green 203 ◦ blue 171

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

Shades of Light Sea Green #21CBAB

Tints of Light Sea Green #21CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.88%

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

R = 8.11%
G = 49.88%
B = 42.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#21CBAB (or 0x21CBAB) is known color: Light Sea Green. HEX triplet: 21, CB and AB. RGB value is (33,203,171). Sum of RGB (Red+Green+Blue) = 33+203+171=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CBAB is #DE3454. Grayscale: #949494. Windows color (decimal): -14562389 or 11258657. OLE color: 11258657.

HSL color Cylindrical-coordinate representation of color #21CBAB: hue angle of 168.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CBAB is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 203 171 -
CMYK 0.84 0 0.16 0.20
HSL 168.71º 0.72% 0.46% -
HSV(B) 168.71º 0.84% 0.8% -
XYZ 29.33 45.98 45.86 -
YUV 148.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 33 203 171 0.84 0 0.16 0.20 168.71 0.72 0.46
Hex 21 CB AB 54 0 10 14 A9 48 2E
Octal 41 313 253 124 0 20 24 251 110 56
Binary 100001 11001011 10101011 1010100 0 10000 10100 10101001 1001000 101110

Color Harmonies of #21CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBAB

Black with #21CBAB

Text Example


Text Example

White with #21CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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