#2bc977

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

Shades of Medium Sea Green #2BC977

Tints of Medium Sea Green #2BC977

Color information

#2BC977 (or 0x2BC977) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C9 and 77. RGB value is (43,201,119). Sum of RGB (Red+Green+Blue) = 43+201+119=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC977 is #D43688. Grayscale: #909090. Windows color (decimal): -13907593 or 7850283. OLE color: 7850283.

HSL color Cylindrical-coordinate representation of color #2BC977: hue angle of 148.86º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC977 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB43201119-
CMYK0.7900.410.21
HSL148.86º64.75%47.84%-
HSV(B)148.86º78.61%78.82%-
XYZ25.2143.6224.54-
YUV144.41113.6555.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.85%
GREEN value IS 201 (78.91% from 255) = 55.37%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=11.85%
G=55.37%
B=32.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432011190.7900.410.21148.8664.7547.84
Hex2BC9774F02915954130
Octal533111671170512522510160
Binary1010111100100111101111001111010100110101100101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,201,119); }

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

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

 a { background-color: rgb(43,201,119); }

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

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

 span { border-color: rgb(43,201,119); }

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