#2BA970

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

Shades of Medium Sea Green #2BA970

Tints of Medium Sea Green #2BA970

Color information

#2BA970 (or 0x2BA970) is unknown color: approx Medium Sea Green. HEX triplet: 2B, A9 and 70. RGB value is (43,169,112). Sum of RGB (Red+Green+Blue) = 43+169+112=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA970 is #D4568F. Grayscale: #7C7C7C. Windows color (decimal): -13915792 or 7383339. OLE color: 7383339.

HSL color Cylindrical-coordinate representation of color #2BA970: hue angle of 152.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA970 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB43169112-
CMYK0.7500.340.34
HSL152.86º59.43%41.57%-
HSV(B)152.86º74.56%66.27%-
XYZ18.1130.0620.18-
YUV124.83120.7669.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.27%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=13.27%
G=52.16%
B=34.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431691120.7500.340.34152.8659.4341.57
Hex2BA9704B02222993b2a
Octal53251160113042422317352
Binary1010111010100111100001001011010001010001010011001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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