Html Css Color HEX #21C1BA Light Sea Green

📋 copy color: '#21C1BA'

red 33 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #21C1BA

Tints of Light Sea Green #21C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 8.01%
G = 46.84%
B = 45.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#21C1BA (or 0x21C1BA) is known color: Light Sea Green. HEX triplet: 21, C1 and BA. RGB value is (33,193,186). Sum of RGB (Red+Green+Blue) = 33+193+186=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #21C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1BA is #DE3E45. Grayscale: #909090. Windows color (decimal): -14564934 or 12239137. OLE color: 12239137.

HSL color Cylindrical-coordinate representation of color #21C1BA: hue angle of 177.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C1BA is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 186 -
CMYK 0.83 0 0.04 0.24
HSL 177.38º 0.71% 0.44% -
HSV(B) 177.38º 0.83% 0.76% -
XYZ 28.56 42.01 53.06 -
YUV 144.36 151.49 48.57 -
System Red Green Blue C M Y K H S L
Decimal 33 193 186 0.83 0 0.04 0.24 177.38 0.71 0.44
Hex 21 C1 BA 53 0 4 18 B1 47 2C
Octal 41 301 272 123 0 4 30 261 107 54
Binary 100001 11000001 10111010 1010011 0 100 11000 10110001 1000111 101100

Color Harmonies of #21C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C1BA

Black with #21C1BA

Text Example


Text Example

White with #21C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,186); }

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

background-color css

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

 a { background-color: rgb(33,193,186); }

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

border-color css

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

 span { border-color: rgb(33,193,186); }

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