Html Css Color HEX #2AB676 Medium Sea Green

📋 copy color: '#2AB676'

red 42 ◦ green 182 ◦ blue 118

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

Shades of Medium Sea Green #2AB676

Tints of Medium Sea Green #2AB676

RGB

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

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

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

R = 12.28%
G = 53.22%
B = 34.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#2AB676 (or 0x2AB676) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 76. RGB value is (42,182,118). Sum of RGB (Red+Green+Blue) = 42+182+118=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB676 is #D54989. Grayscale: #848484. Windows color (decimal): -13977994 or 7779882. OLE color: 7779882.

HSL color Cylindrical-coordinate representation of color #2AB676: hue angle of 152.57º 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 #2AB676 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 118 -
CMYK 0.77 0 0.35 0.29
HSL 152.57º 0.63% 0.44% -
HSV(B) 152.57º 0.77% 0.71% -
XYZ 20.95 35.26 22.84 -
YUV 132.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 42 182 118 0.77 0 0.35 0.29 152.57 0.63 0.44
Hex 2A B6 76 4D 0 23 1D 99 3E 2C
Octal 52 266 166 115 0 43 35 231 76 54
Binary 101010 10110110 1110110 1001101 0 100011 11101 10011001 111110 101100

Color Harmonies of #2AB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB676

Black with #2AB676

Text Example


Text Example

White with #2AB676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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