Html Css Color HEX #2BD676 Medium Sea Green

📋 copy color: '#2BD676'

red 43 ◦ green 214 ◦ blue 118

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

Shades of Medium Sea Green #2BD676

Tints of Medium Sea Green #2BD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.07%

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

R = 11.47%
G = 57.07%
B = 31.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#2BD676 (or 0x2BD676) is known color: Medium Sea Green. HEX triplet: 2B, D6 and 76. RGB value is (43,214,118). Sum of RGB (Red+Green+Blue) = 43+214+118=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD676 is #D42989. Grayscale: #989898. Windows color (decimal): -13904266 or 7788075. OLE color: 7788075.

HSL color Cylindrical-coordinate representation of color #2BD676: hue angle of 146.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD676 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 118 -
CMYK 0.80 0 0.45 0.16
HSL 146.32º 0.68% 0.5% -
HSV(B) 146.32º 0.8% 0.84% -
XYZ 28.31 49.91 25.28 -
YUV 151.93 108.85 50.31 -
System Red Green Blue C M Y K H S L
Decimal 43 214 118 0.80 0 0.45 0.16 146.32 0.68 0.5
Hex 2B D6 76 50 0 2D 10 92 44 32
Octal 53 326 166 120 0 55 20 222 104 62
Binary 101011 11010110 1110110 1010000 0 101101 10000 10010010 1000100 110010

Color Harmonies of #2BD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD676

Black with #2BD676

Text Example


Text Example

White with #2BD676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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