#2BC876

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

Shades of Medium Sea Green #2BC876

Tints of Medium Sea Green #2BC876

Color information

#2BC876 (or 0x2BC876) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C8 and 76. RGB value is (43,200,118). Sum of RGB (Red+Green+Blue) = 43+200+118=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC876 is #D43789. Grayscale: #8F8F8F. Windows color (decimal): -13907850 or 7784491. OLE color: 7784491.

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

Color convert

RGB43200118-
CMYK0.7800.410.22
HSL148.66º64.61%47.65%-
HSV(B)148.66º78.5%78.43%-
XYZ24.9243.1324.15-
YUV143.71113.4956.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.91%
GREEN value IS 200 (78.52% from 255) = 55.40%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=11.91%
G=55.40%
B=32.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal432001180.7800.410.22148.6664.6147.65
Hex2BC8764E02916954130
Octal533101661160512622510160
Binary1010111100100011101101001110010100110110100101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,200,118); }

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

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

 a { background-color: rgb(43,200,118); }

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

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

 span { border-color: rgb(43,200,118); }

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