Html Css Color HEX #2BAC70 Medium Sea Green

📋 copy color: '#2BAC70'

red 43 ◦ green 172 ◦ blue 112

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

Shades of Medium Sea Green #2BAC70

Tints of Medium Sea Green #2BAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.6%

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

R = 13.15%
G = 52.6%
B = 34.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#2BAC70 (or 0x2BAC70) is known color: Medium Sea Green. HEX triplet: 2B, AC and 70. RGB value is (43,172,112). Sum of RGB (Red+Green+Blue) = 43+172+112=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC70 is #D4538F. Grayscale: #7E7E7E. Windows color (decimal): -13915024 or 7384107. OLE color: 7384107.

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

Color convert

RGB 43 172 112 -
CMYK 0.75 0 0.35 0.33
HSL 152.09º 0.6% 0.42% -
HSV(B) 152.09º 0.75% 0.67% -
XYZ 18.67 31.19 20.37 -
YUV 126.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 43 172 112 0.75 0 0.35 0.33 152.09 0.6 0.42
Hex 2B AC 70 4B 0 23 21 98 3C 2A
Octal 53 254 160 113 0 43 41 230 74 52
Binary 101011 10101100 1110000 1001011 0 100011 100001 10011000 111100 101010

Color Harmonies of #2BAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC70

Black with #2BAC70

Text Example


Text Example

White with #2BAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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