Html Css Color HEX #2BB876 Medium Sea Green

📋 copy color: '#2BB876'

red 43 ◦ green 184 ◦ blue 118

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

Shades of Medium Sea Green #2BB876

Tints of Medium Sea Green #2BB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.33%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 12.46%
G = 53.33%
B = 34.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#2BB876 (or 0x2BB876) is known color: Medium Sea Green. HEX triplet: 2B, B8 and 76. RGB value is (43,184,118). Sum of RGB (Red+Green+Blue) = 43+184+118=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB876 is #D44789. Grayscale: #868686. Windows color (decimal): -13911946 or 7780395. OLE color: 7780395.

HSL color Cylindrical-coordinate representation of color #2BB876: hue angle of 151.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB876 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 118 -
CMYK 0.77 0 0.36 0.28
HSL 151.91º 0.62% 0.45% -
HSV(B) 151.91º 0.77% 0.72% -
XYZ 21.41 36.1 22.98 -
YUV 134.32 118.79 62.87 -
System Red Green Blue C M Y K H S L
Decimal 43 184 118 0.77 0 0.36 0.28 151.91 0.62 0.45
Hex 2B B8 76 4D 0 24 1C 98 3E 2D
Octal 53 270 166 115 0 44 34 230 76 55
Binary 101011 10111000 1110110 1001101 0 100100 11100 10011000 111110 101101

Color Harmonies of #2BB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB876

Black with #2BB876

Text Example


Text Example

White with #2BB876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,118); }

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

background-color css

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

 a { background-color: rgb(43,184,118); }

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

border-color css

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

 span { border-color: rgb(43,184,118); }

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