#2BBE70

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

Shades of Medium Sea Green #2BBE70

Tints of Medium Sea Green #2BBE70

Color information

#2BBE70 (or 0x2BBE70) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BE and 70. RGB value is (43,190,112). Sum of RGB (Red+Green+Blue) = 43+190+112=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE70 is #D4418F. Grayscale: #898989. Windows color (decimal): -13910416 or 7388715. OLE color: 7388715.

HSL color Cylindrical-coordinate representation of color #2BBE70: hue angle of 148.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE70 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB43190112-
CMYK0.7700.410.25
HSL148.16º63.09%45.69%-
HSV(B)148.16º77.37%74.51%-
XYZ22.3338.5121.59-
YUV137.15113.860.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=12.46%
G=55.07%
B=32.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431901120.7700.410.25148.1663.0945.69
Hex2BBE704D02919943f2e
Octal53276160115051312247756
Binary101011101111101110000100110101010011100110010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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