#2DC165

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

Shades of Medium Sea Green #2DC165

Tints of Medium Sea Green #2DC165

Color information

#2DC165 (or 0x2DC165) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C1 and 65. RGB value is (45,193,101). Sum of RGB (Red+Green+Blue) = 45+193+101=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC165 is #D23E9A. Grayscale: #8A8A8A. Windows color (decimal): -13778587 or 6668589. OLE color: 6668589.

HSL color Cylindrical-coordinate representation of color #2DC165: hue angle of 142.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC165 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB45193101-
CMYK0.7700.480.24
HSL142.7º62.18%46.67%-
HSV(B)142.7º76.68%75.69%-
XYZ22.539.6418.78-
YUV138.26106.9761.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=13.27%
G=56.93%
B=29.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451931010.7700.480.24142.762.1846.67
Hex2DC1654D030188f3e2f
Octal55301145115060302177657
Binary101101110000011100101100110101100001100010001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,193,101); }

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

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

 a { background-color: rgb(45,193,101); }

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

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

 span { border-color: rgb(45,193,101); }

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