#21C164

Color #21C164 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #21C164

Tints of Medium Sea Green #21C164

Color information

#21C164 (or 0x21C164) is unknown color: approx Medium Sea Green. HEX triplet: 21, C1 and 64. RGB value is (33,193,100). Sum of RGB (Red+Green+Blue) = 33+193+100=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #21C164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C164 is #DE3E9B. Grayscale: #868686. Windows color (decimal): -14565020 or 6603041. OLE color: 6603041.

HSL color Cylindrical-coordinate representation of color #21C164: hue angle of 145.12º 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 #21C164 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB33193100-
CMYK0.8300.480.24
HSL145.12º70.8%44.31%-
HSV(B)145.12º82.9%75.69%-
XYZ2239.3818.5-
YUV134.56108.4955.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 193 (75.78% from 255) = 59.20%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=10.12%
G=59.20%
B=30.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331931000.8300.480.24145.1270.844.31
Hex21C164530301891472c
Octal413011441230603022110754
Binary1000011100000111001001010011011000011000100100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21C164;
 }
 .AnyTagClassName
 {
   color: #21C164;
 }
</style>
background-color css

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

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

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

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

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

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