Html Css Color HEX #21B8AB Light Sea Green

📋 copy color: '#21B8AB'

red 33 ◦ green 184 ◦ blue 171

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

Shades of Light Sea Green #21B8AB

Tints of Light Sea Green #21B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

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

R = 8.51%
G = 47.42%
B = 44.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#21B8AB (or 0x21B8AB) is known color: Light Sea Green. HEX triplet: 21, B8 and AB. RGB value is (33,184,171). Sum of RGB (Red+Green+Blue) = 33+184+171=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #21B8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B8AB is #DE4754. Grayscale: #898989. Windows color (decimal): -14567253 or 11253793. OLE color: 11253793.

HSL color Cylindrical-coordinate representation of color #21B8AB: hue angle of 174.83º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B8AB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 184 171 -
CMYK 0.82 0 0.07 0.28
HSL 174.83º 0.7% 0.43% -
HSV(B) 174.83º 0.82% 0.72% -
XYZ 25.12 37.54 44.45 -
YUV 137.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 33 184 171 0.82 0 0.07 0.28 174.83 0.7 0.43
Hex 21 B8 AB 52 0 7 1C AF 46 2B
Octal 41 270 253 122 0 7 34 257 106 53
Binary 100001 10111000 10101011 1010010 0 111 11100 10101111 1000110 101011

Color Harmonies of #21B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B8AB

Black with #21B8AB

Text Example


Text Example

White with #21B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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