Html Css Color HEX #2AB671 Medium Sea Green

📋 copy color: '#2AB671'

red 42 ◦ green 182 ◦ blue 113

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

Shades of Medium Sea Green #2AB671

Tints of Medium Sea Green #2AB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.01%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 12.46%
G = 54.01%
B = 33.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#2AB671 (or 0x2AB671) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 71. RGB value is (42,182,113). Sum of RGB (Red+Green+Blue) = 42+182+113=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB671 is #D5498E. Grayscale: #848484. Windows color (decimal): -13977999 or 7452202. OLE color: 7452202.

HSL color Cylindrical-coordinate representation of color #2AB671: hue angle of 150.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB671 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 113 -
CMYK 0.77 0 0.38 0.29
HSL 150.43º 0.63% 0.44% -
HSV(B) 150.43º 0.77% 0.71% -
XYZ 20.66 35.14 21.32 -
YUV 132.27 117.12 63.61 -
System Red Green Blue C M Y K H S L
Decimal 42 182 113 0.77 0 0.38 0.29 150.43 0.63 0.44
Hex 2A B6 71 4D 0 26 1D 96 3E 2C
Octal 52 266 161 115 0 46 35 226 76 54
Binary 101010 10110110 1110001 1001101 0 100110 11101 10010110 111110 101100

Color Harmonies of #2AB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB671

Black with #2AB671

Text Example


Text Example

White with #2AB671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,182,113); }

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

background-color css

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

 a { background-color: rgb(42,182,113); }

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

border-color css

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

 span { border-color: rgb(42,182,113); }

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