#2BD170

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

Shades of Medium Sea Green #2BD170

Tints of Medium Sea Green #2BD170

Color information

#2BD170 (or 0x2BD170) is unknown color: approx Medium Sea Green. HEX triplet: 2B, D1 and 70. RGB value is (43,209,112). Sum of RGB (Red+Green+Blue) = 43+209+112=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD170 is #D42E8F. Grayscale: #949494. Windows color (decimal): -13905552 or 7393579. OLE color: 7393579.

HSL color Cylindrical-coordinate representation of color #2BD170: hue angle of 144.94º degrees, saturation: 0.66, 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 #2BD170 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB43209112-
CMYK0.7900.460.18
HSL144.94º65.87%49.41%-
HSV(B)144.94º79.43%81.96%-
XYZ26.7247.2823.05-
YUV148.31107.552.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.81%
GREEN value IS 209 (82.03% from 255) = 57.42%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=11.81%
G=57.42%
B=30.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432091120.7900.460.18144.9465.8749.41
Hex2BD1704F02E12914231
Octal533211601170562222110261
Binary1010111101000111100001001111010111010010100100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,209,112); }

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

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

 a { background-color: rgb(43,209,112); }

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

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

 span { border-color: rgb(43,209,112); }

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