Html Css Color HEX #2BAD70 Medium Sea Green

📋 copy color: '#2BAD70'

red 43 ◦ green 173 ◦ blue 112

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

Shades of Medium Sea Green #2BAD70

Tints of Medium Sea Green #2BAD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 13.11%
G = 52.74%
B = 34.15%

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

#2BAD70 (or 0x2BAD70) is known color: Medium Sea Green. HEX triplet: 2B, AD and 70. RGB value is (43,173,112). Sum of RGB (Red+Green+Blue) = 43+173+112=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD70 is #D4528F. Grayscale: #7F7F7F. Windows color (decimal): -13914768 or 7384363. OLE color: 7384363.

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

Color convert

RGB 43 173 112 -
CMYK 0.75 0 0.35 0.32
HSL 151.85º 0.6% 0.42% -
HSV(B) 151.85º 0.75% 0.68% -
XYZ 18.86 31.57 20.43 -
YUV 127.18 119.43 67.96 -
System Red Green Blue C M Y K H S L
Decimal 43 173 112 0.75 0 0.35 0.32 151.85 0.6 0.42
Hex 2B AD 70 4B 0 23 20 98 3C 2A
Octal 53 255 160 113 0 43 40 230 74 52
Binary 101011 10101101 1110000 1001011 0 100011 100000 10011000 111100 101010

Color Harmonies of #2BAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD70

Black with #2BAD70

Text Example


Text Example

White with #2BAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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