Html Css Color HEX #2BD673 Medium Sea Green

📋 copy color: '#2BD673'

red 43 ◦ green 214 ◦ blue 115

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

Shades of Medium Sea Green #2BD673

Tints of Medium Sea Green #2BD673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.91%

R = 11.56%
G = 57.53%
B = 30.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2BD673 (or 0x2BD673) is known color: Medium Sea Green. HEX triplet: 2B, D6 and 73. RGB value is (43,214,115). Sum of RGB (Red+Green+Blue) = 43+214+115=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD673 is #D4298C. Grayscale: #979797. Windows color (decimal): -13904269 or 7591467. OLE color: 7591467.

HSL color Cylindrical-coordinate representation of color #2BD673: hue angle of 145.26º 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 #2BD673 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 115 -
CMYK 0.80 0 0.46 0.16
HSL 145.26º 0.68% 0.5% -
HSV(B) 145.26º 0.8% 0.84% -
XYZ 28.14 49.84 24.36 -
YUV 151.59 107.35 50.55 -
System Red Green Blue C M Y K H S L
Decimal 43 214 115 0.80 0 0.46 0.16 145.26 0.68 0.5
Hex 2B D6 73 50 0 2E 10 91 44 32
Octal 53 326 163 120 0 56 20 221 104 62
Binary 101011 11010110 1110011 1010000 0 101110 10000 10010001 1000100 110010

Color Harmonies of #2BD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD673

Black with #2BD673

Text Example


Text Example

White with #2BD673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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