#2BB770

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

Shades of Medium Sea Green #2BB770

Tints of Medium Sea Green #2BB770

Color information

#2BB770 (or 0x2BB770) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B7 and 70. RGB value is (43,183,112). Sum of RGB (Red+Green+Blue) = 43+183+112=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB770 is #D4488F. Grayscale: #858585. Windows color (decimal): -13912208 or 7386923. OLE color: 7386923.

HSL color Cylindrical-coordinate representation of color #2BB770: hue angle of 149.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB770 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB43183112-
CMYK0.7700.390.28
HSL149.57º61.95%44.31%-
HSV(B)149.57º76.5%71.76%-
XYZ20.8535.5521.09-
YUV133.05116.1263.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 183 (71.88% from 255) = 54.14%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=12.72%
G=54.14%
B=33.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431831120.7700.390.28149.5761.9544.31
Hex2BB7704D0271C963e2c
Octal53267160115047342267654
Binary101011101101111110000100110101001111110010010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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