Html Css Color HEX #21C6B6 Light Sea Green

📋 copy color: '#21C6B6'

red 33 ◦ green 198 ◦ blue 182

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

Shades of Light Sea Green #21C6B6

Tints of Light Sea Green #21C6B6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

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

R = 7.99%
G = 47.94%
B = 44.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#21C6B6 (or 0x21C6B6) is known color: Light Sea Green. HEX triplet: 21, C6 and B6. RGB value is (33,198,182). Sum of RGB (Red+Green+Blue) = 33+198+182=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #21C6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C6B6 is #DE3949. Grayscale: #929292. Windows color (decimal): -14563658 or 11978273. OLE color: 11978273.

HSL color Cylindrical-coordinate representation of color #21C6B6: hue angle of 174.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C6B6 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 198 182 -
CMYK 0.83 0 0.08 0.22
HSL 174.18º 0.71% 0.45% -
HSV(B) 174.18º 0.83% 0.78% -
XYZ 29.26 44.09 51.22 -
YUV 146.84 147.84 46.8 -
System Red Green Blue C M Y K H S L
Decimal 33 198 182 0.83 0 0.08 0.22 174.18 0.71 0.45
Hex 21 C6 B6 53 0 8 16 AE 47 2D
Octal 41 306 266 123 0 10 26 256 107 55
Binary 100001 11000110 10110110 1010011 0 1000 10110 10101110 1000111 101101

Color Harmonies of #21C6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6B6

Black with #21C6B6

Text Example


Text Example

White with #21C6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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