#2CD077

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

Shades of Medium Sea Green #2CD077

Tints of Medium Sea Green #2CD077

Color information

#2CD077 (or 0x2CD077) is unknown color: approx Medium Sea Green. HEX triplet: 2C, D0 and 77. RGB value is (44,208,119). Sum of RGB (Red+Green+Blue) = 44+208+119=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD077 is #D32F88. Grayscale: #959595. Windows color (decimal): -13840265 or 7852076. OLE color: 7852076.

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

Color convert

RGB44208119-
CMYK0.7900.430.18
HSL147.44º65.08%49.41%-
HSV(B)147.44º78.85%81.57%-
XYZ26.9246.9825.1-
YUV148.82111.1753.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.86%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=11.86%
G=56.06%
B=32.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal442081190.7900.430.18147.4465.0849.41
Hex2CD0774F02B12934131
Octal543201671170532222310161
Binary1011001101000011101111001111010101110010100100111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,208,119); }

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

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

 a { background-color: rgb(44,208,119); }

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

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

 span { border-color: rgb(44,208,119); }

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