Html Css Color HEX #21D2B6 Light Sea Green

📋 copy color: '#21D2B6'

red 33 ◦ green 210 ◦ blue 182

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

Shades of Light Sea Green #21D2B6

Tints of Light Sea Green #21D2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

 BLUE value IS 182 (71.48% from 255) = 42.82%

R = 7.76%
G = 49.41%
B = 42.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#21D2B6 (or 0x21D2B6) is known color: Light Sea Green. HEX triplet: 21, D2 and B6. RGB value is (33,210,182). Sum of RGB (Red+Green+Blue) = 33+210+182=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2B6 is #DE2D49. Grayscale: #999999. Windows color (decimal): -14560586 or 11981345. OLE color: 11981345.

HSL color Cylindrical-coordinate representation of color #21D2B6: hue angle of 170.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D2B6 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 182 -
CMYK 0.84 0 0.13 0.18
HSL 170.51º 0.73% 0.48% -
HSV(B) 170.51º 0.84% 0.82% -
XYZ 32.12 49.79 52.17 -
YUV 153.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 33 210 182 0.84 0 0.13 0.18 170.51 0.73 0.48
Hex 21 D2 B6 54 0 D 12 AB 49 30
Octal 41 322 266 124 0 15 22 253 111 60
Binary 100001 11010010 10110110 1010100 0 1101 10010 10101011 1001001 110000

Color Harmonies of #21D2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D2B6

Black with #21D2B6

Text Example


Text Example

White with #21D2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,210,182); }

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

background-color css

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

 a { background-color: rgb(33,210,182); }

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

border-color css

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

 span { border-color: rgb(33,210,182); }

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