Html Css Color HEX #2BAD71 Medium Sea Green

📋 copy color: '#2BAD71'

red 43 ◦ green 173 ◦ blue 113

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

Shades of Medium Sea Green #2BAD71

Tints of Medium Sea Green #2BAD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

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

R = 13.07%
G = 52.58%
B = 34.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#2BAD71 (or 0x2BAD71) is known color: Medium Sea Green. HEX triplet: 2B, AD and 71. RGB value is (43,173,113). Sum of RGB (Red+Green+Blue) = 43+173+113=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD71 is #D4528E. Grayscale: #7F7F7F. Windows color (decimal): -13914767 or 7449899. OLE color: 7449899.

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

Color convert

RGB 43 173 113 -
CMYK 0.75 0 0.35 0.32
HSL 152.31º 0.6% 0.42% -
HSV(B) 152.31º 0.75% 0.68% -
XYZ 18.92 31.59 20.72 -
YUV 127.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 43 173 113 0.75 0 0.35 0.32 152.31 0.6 0.42
Hex 2B AD 71 4B 0 23 20 98 3C 2A
Octal 53 255 161 113 0 43 40 230 74 52
Binary 101011 10101101 1110001 1001011 0 100011 100000 10011000 111100 101010

Color Harmonies of #2BAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD71

Black with #2BAD71

Text Example


Text Example

White with #2BAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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