Html Css Color HEX #2AD873 Medium Sea Green

📋 copy color: '#2AD873'

red 42 ◦ green 216 ◦ blue 115

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

Shades of Medium Sea Green #2AD873

Tints of Medium Sea Green #2AD873

RGB

 RED value IS 42 (16.8% from 255) = 11.26%

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

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

R = 11.26%
G = 57.91%
B = 30.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#2AD873 (or 0x2AD873) is known color: Medium Sea Green. HEX triplet: 2A, D8 and 73. RGB value is (42,216,115). Sum of RGB (Red+Green+Blue) = 42+216+115=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD873 is #D5278C. Grayscale: #989898. Windows color (decimal): -13969293 or 7591978. OLE color: 7591978.

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

Color convert

RGB 42 216 115 -
CMYK 0.81 0 0.47 0.15
HSL 145.17º 0.69% 0.51% -
HSV(B) 145.17º 0.81% 0.85% -
XYZ 28.61 50.84 24.53 -
YUV 152.46 106.85 49.21 -
System Red Green Blue C M Y K H S L
Decimal 42 216 115 0.81 0 0.47 0.15 145.17 0.69 0.51
Hex 2A D8 73 51 0 2F F 91 45 33
Octal 52 330 163 121 0 57 17 221 105 63
Binary 101010 11011000 1110011 1010001 0 101111 1111 10010001 1000101 110011

Color Harmonies of #2AD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD873

Black with #2AD873

Text Example


Text Example

White with #2AD873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,115); }

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

background-color css

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

 a { background-color: rgb(42,216,115); }

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

border-color css

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

 span { border-color: rgb(42,216,115); }

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