Html Css Color HEX #2BBF7C Medium Sea Green

📋 copy color: '#2BBF7C'

red 43 ◦ green 191 ◦ blue 124

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

Shades of Medium Sea Green #2BBF7C

Tints of Medium Sea Green #2BBF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 53.35%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 12.01%
G = 53.35%
B = 34.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#2BBF7C (or 0x2BBF7C) is known color: Medium Sea Green. HEX triplet: 2B, BF and 7C. RGB value is (43,191,124). Sum of RGB (Red+Green+Blue) = 43+191+124=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF7C is #D44083. Grayscale: #8B8B8B. Windows color (decimal): -13910148 or 8175403. OLE color: 8175403.

HSL color Cylindrical-coordinate representation of color #2BBF7C: hue angle of 152.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF7C is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 124 -
CMYK 0.77 0 0.35 0.25
HSL 152.84º 0.63% 0.46% -
HSV(B) 152.84º 0.77% 0.75% -
XYZ 23.27 39.23 25.41 -
YUV 139.11 119.47 59.45 -
System Red Green Blue C M Y K H S L
Decimal 43 191 124 0.77 0 0.35 0.25 152.84 0.63 0.46
Hex 2B BF 7C 4D 0 23 19 99 3F 2E
Octal 53 277 174 115 0 43 31 231 77 56
Binary 101011 10111111 1111100 1001101 0 100011 11001 10011001 111111 101110

Color Harmonies of #2BBF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF7C

Black with #2BBF7C

Text Example


Text Example

White with #2BBF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,191,124); }

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

background-color css

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

 a { background-color: rgb(43,191,124); }

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

border-color css

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

 span { border-color: rgb(43,191,124); }

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