Html Css Color HEX #2FAC6B Medium Sea Green

📋 copy color: '#2FAC6B'

red 47 ◦ green 172 ◦ blue 107

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

Shades of Medium Sea Green #2FAC6B

Tints of Medium Sea Green #2FAC6B

RGB

 RED value IS 47 (18.75% from 255) = 14.42%

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 14.42%
G = 52.76%
B = 32.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2FAC6B (or 0x2FAC6B) is known color: Medium Sea Green. HEX triplet: 2F, AC and 6B. RGB value is (47,172,107). Sum of RGB (Red+Green+Blue) = 47+172+107=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC6B is #D05394. Grayscale: #7F7F7F. Windows color (decimal): -13652885 or 7056431. OLE color: 7056431.

HSL color Cylindrical-coordinate representation of color #2FAC6B: hue angle of 148.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC6B is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 107 -
CMYK 0.73 0 0.38 0.33
HSL 148.8º 0.57% 0.43% -
HSV(B) 148.8º 0.73% 0.67% -
XYZ 18.58 31.17 18.95 -
YUV 127.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 47 172 107 0.73 0 0.38 0.33 148.8 0.57 0.43
Hex 2F AC 6B 49 0 26 21 95 39 2B
Octal 57 254 153 111 0 46 41 225 71 53
Binary 101111 10101100 1101011 1001001 0 100110 100001 10010101 111001 101011

Color Harmonies of #2FAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC6B

Black with #2FAC6B

Text Example


Text Example

White with #2FAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,107); }

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

background-color css

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

 a { background-color: rgb(47,172,107); }

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

border-color css

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

 span { border-color: rgb(47,172,107); }

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