Html Css Color HEX #21CEC0 Light Sea Green

📋 copy color: '#21CEC0'

red 33 ◦ green 206 ◦ blue 192

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

Shades of Light Sea Green #21CEC0

Tints of Light Sea Green #21CEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 7.66%
G = 47.8%
B = 44.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#21CEC0 (or 0x21CEC0) is known color: Light Sea Green. HEX triplet: 21, CE and C0. RGB value is (33,206,192). Sum of RGB (Red+Green+Blue) = 33+206+192=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEC0 is #DE313F. Grayscale: #989898. Windows color (decimal): -14561600 or 12635681. OLE color: 12635681.

HSL color Cylindrical-coordinate representation of color #21CEC0: hue angle of 175.14º 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 #21CEC0 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 192 -
CMYK 0.84 0 0.07 0.19
HSL 175.14º 0.72% 0.47% -
HSV(B) 175.14º 0.84% 0.81% -
XYZ 32.21 48.27 57.49 -
YUV 152.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 33 206 192 0.84 0 0.07 0.19 175.14 0.72 0.47
Hex 21 CE C0 54 0 7 13 AF 48 2F
Octal 41 316 300 124 0 7 23 257 110 57
Binary 100001 11001110 11000000 1010100 0 111 10011 10101111 1001000 101111

Color Harmonies of #21CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEC0

Black with #21CEC0

Text Example


Text Example

White with #21CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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