Html Css Color HEX #21BCAB Light Sea Green

📋 copy color: '#21BCAB'

red 33 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #21BCAB

Tints of Light Sea Green #21BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 8.42%
G = 47.96%
B = 43.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#21BCAB (or 0x21BCAB) is known color: Light Sea Green. HEX triplet: 21, BC and AB. RGB value is (33,188,171). Sum of RGB (Red+Green+Blue) = 33+188+171=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BCAB is #DE4354. Grayscale: #8B8B8B. Windows color (decimal): -14566229 or 11254817. OLE color: 11254817.

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

Color convert

RGB 33 188 171 -
CMYK 0.82 0 0.09 0.26
HSL 173.42º 0.7% 0.43% -
HSV(B) 173.42º 0.82% 0.74% -
XYZ 25.96 39.23 44.73 -
YUV 139.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 33 188 171 0.82 0 0.09 0.26 173.42 0.7 0.43
Hex 21 BC AB 52 0 9 1A AD 46 2B
Octal 41 274 253 122 0 11 32 255 106 53
Binary 100001 10111100 10101011 1010010 0 1001 11010 10101101 1000110 101011

Color Harmonies of #21BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCAB

Black with #21BCAB

Text Example


Text Example

White with #21BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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