Html Css Color HEX #2FBC6C Medium Sea Green

📋 copy color: '#2FBC6C'

red 47 ◦ green 188 ◦ blue 108

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

Shades of Medium Sea Green #2FBC6C

Tints of Medium Sea Green #2FBC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 13.7%
G = 54.81%
B = 31.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#2FBC6C (or 0x2FBC6C) is known color: Medium Sea Green. HEX triplet: 2F, BC and 6C. RGB value is (47,188,108). Sum of RGB (Red+Green+Blue) = 47+188+108=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC6C is #D04393. Grayscale: #888888. Windows color (decimal): -13648788 or 7126063. OLE color: 7126063.

HSL color Cylindrical-coordinate representation of color #2FBC6C: hue angle of 145.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC6C is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 108 -
CMYK 0.75 0 0.43 0.26
HSL 145.96º 0.6% 0.46% -
HSV(B) 145.96º 0.75% 0.74% -
XYZ 21.86 37.65 20.3 -
YUV 136.72 111.79 64 -
System Red Green Blue C M Y K H S L
Decimal 47 188 108 0.75 0 0.43 0.26 145.96 0.6 0.46
Hex 2F BC 6C 4B 0 2B 1A 92 3C 2E
Octal 57 274 154 113 0 53 32 222 74 56
Binary 101111 10111100 1101100 1001011 0 101011 11010 10010010 111100 101110

Color Harmonies of #2FBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC6C

Black with #2FBC6C

Text Example


Text Example

White with #2FBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,108); }

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

background-color css

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

 a { background-color: rgb(47,188,108); }

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

border-color css

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

 span { border-color: rgb(47,188,108); }

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