Html Css Color HEX #21CEBF Light Sea Green

📋 copy color: '#21CEBF'

red 33 ◦ green 206 ◦ blue 191

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

Shades of Light Sea Green #21CEBF

Tints of Light Sea Green #21CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.42%

R = 7.67%
G = 47.91%
B = 44.42%

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

#21CEBF (or 0x21CEBF) is known color: Light Sea Green. HEX triplet: 21, CE and BF. RGB value is (33,206,191). Sum of RGB (Red+Green+Blue) = 33+206+191=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEBF is #DE3140. Grayscale: #989898. Windows color (decimal): -14561601 or 12570145. OLE color: 12570145.

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

Color convert

RGB 33 206 191 -
CMYK 0.84 0 0.07 0.19
HSL 174.8º 0.72% 0.47% -
HSV(B) 174.8º 0.84% 0.81% -
XYZ 32.1 48.23 56.91 -
YUV 152.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 33 206 191 0.84 0 0.07 0.19 174.8 0.72 0.47
Hex 21 CE BF 54 0 7 13 AF 48 2F
Octal 41 316 277 124 0 7 23 257 110 57
Binary 100001 11001110 10111111 1010100 0 111 10011 10101111 1001000 101111

Color Harmonies of #21CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEBF

Black with #21CEBF

Text Example


Text Example

White with #21CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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