Html Css Color HEX #2BD86C Medium Sea Green

📋 copy color: '#2BD86C'

red 43 ◦ green 216 ◦ blue 108

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

Shades of Medium Sea Green #2BD86C

Tints of Medium Sea Green #2BD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.86%

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

R = 11.72%
G = 58.86%
B = 29.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#2BD86C (or 0x2BD86C) is known color: Medium Sea Green. HEX triplet: 2B, D8 and 6C. RGB value is (43,216,108). Sum of RGB (Red+Green+Blue) = 43+216+108=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD86C is #D42793. Grayscale: #989898. Windows color (decimal): -13903764 or 7133227. OLE color: 7133227.

HSL color Cylindrical-coordinate representation of color #2BD86C: hue angle of 142.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD86C is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 216 108 -
CMYK 0.80 0 0.50 0.15
HSL 142.54º 0.69% 0.51% -
HSV(B) 142.54º 0.8% 0.85% -
XYZ 28.26 50.71 22.49 -
YUV 151.96 103.19 50.28 -
System Red Green Blue C M Y K H S L
Decimal 43 216 108 0.80 0 0.50 0.15 142.54 0.69 0.51
Hex 2B D8 6C 50 0 32 F 8F 45 33
Octal 53 330 154 120 0 62 17 217 105 63
Binary 101011 11011000 1101100 1010000 0 110010 1111 10001111 1000101 110011

Color Harmonies of #2BD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD86C

Black with #2BD86C

Text Example


Text Example

White with #2BD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,216,108); }

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

background-color css

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

 a { background-color: rgb(43,216,108); }

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

border-color css

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

 span { border-color: rgb(43,216,108); }

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