Html Css Color HEX #2BAA71 Medium Sea Green

📋 copy color: '#2BAA71'

red 43 ◦ green 170 ◦ blue 113

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

Shades of Medium Sea Green #2BAA71

Tints of Medium Sea Green #2BAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 13.19%
G = 52.15%
B = 34.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#2BAA71 (or 0x2BAA71) is known color: Medium Sea Green. HEX triplet: 2B, AA and 71. RGB value is (43,170,113). Sum of RGB (Red+Green+Blue) = 43+170+113=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA71 is #D4558E. Grayscale: #7D7D7D. Windows color (decimal): -13915535 or 7449131. OLE color: 7449131.

HSL color Cylindrical-coordinate representation of color #2BAA71: hue angle of 153.07º 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 #2BAA71 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 170 113 -
CMYK 0.75 0 0.34 0.33
HSL 153.07º 0.6% 0.42% -
HSV(B) 153.07º 0.75% 0.67% -
XYZ 18.35 30.46 20.53 -
YUV 125.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 43 170 113 0.75 0 0.34 0.33 153.07 0.6 0.42
Hex 2B AA 71 4B 0 22 21 99 3C 2A
Octal 53 252 161 113 0 42 41 231 74 52
Binary 101011 10101010 1110001 1001011 0 100010 100001 10011001 111100 101010

Color Harmonies of #2BAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA71

Black with #2BAA71

Text Example


Text Example

White with #2BAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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