Html Css Color HEX #21C0B6 Light Sea Green

📋 copy color: '#21C0B6'

red 33 ◦ green 192 ◦ blue 182

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

Shades of Light Sea Green #21C0B6

Tints of Light Sea Green #21C0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 8.11%
G = 47.17%
B = 44.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#21C0B6 (or 0x21C0B6) is known color: Light Sea Green. HEX triplet: 21, C0 and B6. RGB value is (33,192,182). Sum of RGB (Red+Green+Blue) = 33+192+182=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #21C0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0B6 is #DE3F49. Grayscale: #8F8F8F. Windows color (decimal): -14565194 or 11976737. OLE color: 11976737.

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

Color convert

RGB 33 192 182 -
CMYK 0.83 0 0.05 0.25
HSL 176.23º 0.71% 0.44% -
HSV(B) 176.23º 0.83% 0.75% -
XYZ 27.92 41.4 50.78 -
YUV 143.32 149.82 49.31 -
System Red Green Blue C M Y K H S L
Decimal 33 192 182 0.83 0 0.05 0.25 176.23 0.71 0.44
Hex 21 C0 B6 53 0 5 19 B0 47 2C
Octal 41 300 266 123 0 5 31 260 107 54
Binary 100001 11000000 10110110 1010011 0 101 11001 10110000 1000111 101100

Color Harmonies of #21C0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C0B6

Black with #21C0B6

Text Example


Text Example

White with #21C0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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