Html Css Color HEX #2BB86F Medium Sea Green

📋 copy color: '#2BB86F'

red 43 ◦ green 184 ◦ blue 111

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

Shades of Medium Sea Green #2BB86F

Tints of Medium Sea Green #2BB86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 12.72%
G = 54.44%
B = 32.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#2BB86F (or 0x2BB86F) is known color: Medium Sea Green. HEX triplet: 2B, B8 and 6F. RGB value is (43,184,111). Sum of RGB (Red+Green+Blue) = 43+184+111=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB86F is #D44790. Grayscale: #858585. Windows color (decimal): -13911953 or 7321643. OLE color: 7321643.

HSL color Cylindrical-coordinate representation of color #2BB86F: hue angle of 148.94º 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 #2BB86F is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 111 -
CMYK 0.77 0 0.40 0.28
HSL 148.94º 0.62% 0.45% -
HSV(B) 148.94º 0.77% 0.72% -
XYZ 21.01 35.94 20.87 -
YUV 133.52 115.29 63.44 -
System Red Green Blue C M Y K H S L
Decimal 43 184 111 0.77 0 0.40 0.28 148.94 0.62 0.45
Hex 2B B8 6F 4D 0 28 1C 95 3E 2D
Octal 53 270 157 115 0 50 34 225 76 55
Binary 101011 10111000 1101111 1001101 0 101000 11100 10010101 111110 101101

Color Harmonies of #2BB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB86F

Black with #2BB86F

Text Example


Text Example

White with #2BB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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