Html Css Color HEX #2FBB7B Medium Sea Green

📋 copy color: '#2FBB7B'

red 47 ◦ green 187 ◦ blue 123

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

Shades of Medium Sea Green #2FBB7B

Tints of Medium Sea Green #2FBB7B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.38%

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 13.17%
G = 52.38%
B = 34.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#2FBB7B (or 0x2FBB7B) is known color: Medium Sea Green. HEX triplet: 2F, BB and 7B. RGB value is (47,187,123). Sum of RGB (Red+Green+Blue) = 47+187+123=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB7B is #D04484. Grayscale: #898989. Windows color (decimal): -13649029 or 8108847. OLE color: 8108847.

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

Color convert

RGB 47 187 123 -
CMYK 0.75 0 0.34 0.27
HSL 152.57º 0.6% 0.46% -
HSV(B) 152.57º 0.75% 0.73% -
XYZ 22.52 37.58 24.8 -
YUV 137.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 47 187 123 0.75 0 0.34 0.27 152.57 0.6 0.46
Hex 2F BB 7B 4B 0 22 1B 99 3C 2E
Octal 57 273 173 113 0 42 33 231 74 56
Binary 101111 10111011 1111011 1001011 0 100010 11011 10011001 111100 101110

Color Harmonies of #2FBB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB7B

Black with #2FBB7B

Text Example


Text Example

White with #2FBB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,187,123); }

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

background-color css

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

 a { background-color: rgb(47,187,123); }

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

border-color css

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

 span { border-color: rgb(47,187,123); }

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