Html Css Color HEX #21CEBD Light Sea Green

📋 copy color: '#21CEBD'

red 33 ◦ green 206 ◦ blue 189

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

Shades of Light Sea Green #21CEBD

Tints of Light Sea Green #21CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.13%

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 7.71%
G = 48.13%
B = 44.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#21CEBD (or 0x21CEBD) is known color: Light Sea Green. HEX triplet: 21, CE and BD. RGB value is (33,206,189). Sum of RGB (Red+Green+Blue) = 33+206+189=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEBD is #DE3142. Grayscale: #989898. Windows color (decimal): -14561603 or 12439073. OLE color: 12439073.

HSL color Cylindrical-coordinate representation of color #21CEBD: hue angle of 174.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CEBD is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 189 -
CMYK 0.84 0 0.08 0.19
HSL 174.1º 0.72% 0.47% -
HSV(B) 174.1º 0.84% 0.81% -
XYZ 31.88 48.14 55.76 -
YUV 152.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 33 206 189 0.84 0 0.08 0.19 174.1 0.72 0.47
Hex 21 CE BD 54 0 8 13 AE 48 2F
Octal 41 316 275 124 0 10 23 256 110 57
Binary 100001 11001110 10111101 1010100 0 1000 10011 10101110 1001000 101111

Color Harmonies of #21CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEBD

Black with #21CEBD

Text Example


Text Example

White with #21CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,189); }

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

background-color css

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

 a { background-color: rgb(33,206,189); }

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

border-color css

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

 span { border-color: rgb(33,206,189); }

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