Html Css Color HEX #2BAA73 Medium Sea Green

📋 copy color: '#2BAA73'

red 43 ◦ green 170 ◦ blue 115

#2BAA73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2BAA73

Tints of Medium Sea Green #2BAA73

RGB

 RED value IS 43 (17.19% from 255) = 13.11%

 GREEN value IS 170 (66.8% from 255) = 51.83%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 13.11%
G = 51.83%
B = 35.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#2BAA73 (or 0x2BAA73) is known color: Medium Sea Green. HEX triplet: 2B, AA and 73. RGB value is (43,170,115). Sum of RGB (Red+Green+Blue) = 43+170+115=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA73 is #D4558C. Grayscale: #7D7D7D. Windows color (decimal): -13915533 or 7580203. OLE color: 7580203.

HSL color Cylindrical-coordinate representation of color #2BAA73: hue angle of 154.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA73 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 170 115 -
CMYK 0.75 0 0.32 0.33
HSL 154.02º 0.6% 0.42% -
HSV(B) 154.02º 0.75% 0.67% -
XYZ 18.47 30.5 21.13 -
YUV 125.76 121.92 68.97 -
System Red Green Blue C M Y K H S L
Decimal 43 170 115 0.75 0 0.32 0.33 154.02 0.6 0.42
Hex 2B AA 73 4B 0 20 21 9A 3C 2A
Octal 53 252 163 113 0 40 41 232 74 52
Binary 101011 10101010 1110011 1001011 0 100000 100001 10011010 111100 101010

Color Harmonies of #2BAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA73

Black with #2BAA73

Text Example


Text Example

White with #2BAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,170,115); }

 H1.HeaderClassName
 {
   color: #2BAA73;
 }
 .AnyTagClassName
 {
   color: #2BAA73;
 }
</style>

background-color css

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

 a { background-color: rgb(43,170,115); }

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

border-color css

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

 span { border-color: rgb(43,170,115); }

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