#2BCF78

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

Shades of Medium Sea Green #2BCF78

Tints of Medium Sea Green #2BCF78

Color information

#2BCF78 (or 0x2BCF78) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CF and 78. RGB value is (43,207,120). Sum of RGB (Red+Green+Blue) = 43+207+120=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF78 is #D43087. Grayscale: #949494. Windows color (decimal): -13906056 or 7917355. OLE color: 7917355.

HSL color Cylindrical-coordinate representation of color #2BCF78: hue angle of 148.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF78 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB43207120-
CMYK0.7900.420.19
HSL148.17º65.6%49.02%-
HSV(B)148.17º79.23%81.18%-
XYZ26.746.525.34-
YUV148.05112.1753.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.62%
GREEN value IS 207 (81.25% from 255) = 55.95%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=11.62%
G=55.95%
B=32.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal432071200.7900.420.19148.1765.649.02
Hex2BCF784F02A13944231
Octal533171701170522322410261
Binary1010111100111111110001001111010101010011100101001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,120); }

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

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

 a { background-color: rgb(43,207,120); }

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

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

 span { border-color: rgb(43,207,120); }

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