#2CD265

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

Shades of Medium Sea Green #2CD265

Tints of Medium Sea Green #2CD265

Color information

#2CD265 (or 0x2CD265) is unknown color: approx Medium Sea Green. HEX triplet: 2C, D2 and 65. RGB value is (44,210,101). Sum of RGB (Red+Green+Blue) = 44+210+101=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD265 is #D32D9A. Grayscale: #949494. Windows color (decimal): -13839771 or 6672940. OLE color: 6672940.

HSL color Cylindrical-coordinate representation of color #2CD265: hue angle of 140.6º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD265 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB44210101-
CMYK0.7900.520.18
HSL140.6º65.35%49.8%-
HSV(B)140.6º79.05%82.35%-
XYZ26.4347.5720.1-
YUV147.94101.553.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.39%
GREEN value IS 210 (82.42% from 255) = 59.15%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=12.39%
G=59.15%
B=28.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal442101010.7900.520.18140.665.3549.8
Hex2CD2654F034128d4132
Octal543221451170642221510162
Binary1011001101001011001011001111011010010010100011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,210,101); }

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

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

 a { background-color: rgb(44,210,101); }

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

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

 span { border-color: rgb(44,210,101); }

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