Html Css Color HEX #21BFAB Light Sea Green

📋 copy color: '#21BFAB'

red 33 ◦ green 191 ◦ blue 171

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

Shades of Light Sea Green #21BFAB

Tints of Light Sea Green #21BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 48.35%

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

R = 8.35%
G = 48.35%
B = 43.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#21BFAB (or 0x21BFAB) is known color: Light Sea Green. HEX triplet: 21, BF and AB. RGB value is (33,191,171). Sum of RGB (Red+Green+Blue) = 33+191+171=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #21BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BFAB is #DE4054. Grayscale: #8D8D8D. Windows color (decimal): -14565461 or 11255585. OLE color: 11255585.

HSL color Cylindrical-coordinate representation of color #21BFAB: hue angle of 172.41º 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 #21BFAB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 191 171 -
CMYK 0.83 0 0.10 0.25
HSL 172.41º 0.71% 0.44% -
HSV(B) 172.41º 0.83% 0.75% -
XYZ 26.61 40.53 44.95 -
YUV 141.48 144.65 50.63 -
System Red Green Blue C M Y K H S L
Decimal 33 191 171 0.83 0 0.10 0.25 172.41 0.71 0.44
Hex 21 BF AB 53 0 A 19 AC 47 2C
Octal 41 277 253 123 0 12 31 254 107 54
Binary 100001 10111111 10101011 1010011 0 1010 11001 10101100 1000111 101100

Color Harmonies of #21BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BFAB

Black with #21BFAB

Text Example


Text Example

White with #21BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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