#2dc663

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

Shades of Medium Sea Green #2DC663

Tints of Medium Sea Green #2DC663

Color information

#2DC663 (or 0x2DC663) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C6 and 63. RGB value is (45,198,99). Sum of RGB (Red+Green+Blue) = 45+198+99=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC663 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC663 is #D2399C. Grayscale: #8D8D8D. Windows color (decimal): -13777309 or 6538797. OLE color: 6538797.

HSL color Cylindrical-coordinate representation of color #2DC663: hue angle of 141.18º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC663 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB4519899-
CMYK0.7700.500.22
HSL141.18º62.96%47.65%-
HSV(B)141.18º77.27%77.65%-
XYZ23.5341.8518.64-
YUV140.97104.3159.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.16%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=13.16%
G=57.89%
B=28.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45198990.7700.500.22141.1862.9647.65
Hex2DC6634D032168d3f30
Octal55306143115062262157760
Binary101101110001101100011100110101100101011010001101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dc663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dc663; }

 p { color: rgb(45,198,99); }

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

<style>
 a { background-color: #2dc663; }

 a { background-color: rgb(45,198,99); }

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

<style>
 span { border-color: #2dc663; }

 span { border-color: rgb(45,198,99); }

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