Html Css Color HEX #2BAA6F Medium Sea Green

📋 copy color: '#2BAA6F'

red 43 ◦ green 170 ◦ blue 111

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

Shades of Medium Sea Green #2BAA6F

Tints of Medium Sea Green #2BAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 13.27%
G = 52.47%
B = 34.26%

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

#2BAA6F (or 0x2BAA6F) is known color: Medium Sea Green. HEX triplet: 2B, AA and 6F. RGB value is (43,170,111). Sum of RGB (Red+Green+Blue) = 43+170+111=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA6F is #D45590. Grayscale: #7D7D7D. Windows color (decimal): -13915537 or 7318059. OLE color: 7318059.

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

Color convert

RGB 43 170 111 -
CMYK 0.75 0 0.35 0.33
HSL 152.13º 0.6% 0.42% -
HSV(B) 152.13º 0.75% 0.67% -
XYZ 18.24 30.41 19.95 -
YUV 125.3 119.92 69.3 -
System Red Green Blue C M Y K H S L
Decimal 43 170 111 0.75 0 0.35 0.33 152.13 0.6 0.42
Hex 2B AA 6F 4B 0 23 21 98 3C 2A
Octal 53 252 157 113 0 43 41 230 74 52
Binary 101011 10101010 1101111 1001011 0 100011 100001 10011000 111100 101010

Color Harmonies of #2BAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA6F

Black with #2BAA6F

Text Example


Text Example

White with #2BAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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