Html Css Color HEX #2AB363 Medium Sea Green

📋 copy color: '#2AB363'

red 42 ◦ green 179 ◦ blue 99

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

Shades of Medium Sea Green #2AB363

Tints of Medium Sea Green #2AB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.94%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 13.13%
G = 55.94%
B = 30.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#2AB363 (or 0x2AB363) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 63. RGB value is (42,179,99). Sum of RGB (Red+Green+Blue) = 42+179+99=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB363 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB363 is #D54C9C. Grayscale: #818181. Windows color (decimal): -13978781 or 6533930. OLE color: 6533930.

HSL color Cylindrical-coordinate representation of color #2AB363: hue angle of 144.96º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB363 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 99 -
CMYK 0.77 0 0.45 0.30
HSL 144.96º 0.62% 0.43% -
HSV(B) 144.96º 0.77% 0.7% -
XYZ 19.33 33.63 17.28 -
YUV 128.92 111.11 66 -
System Red Green Blue C M Y K H S L
Decimal 42 179 99 0.77 0 0.45 0.30 144.96 0.62 0.43
Hex 2A B3 63 4D 0 2D 1E 91 3E 2B
Octal 52 263 143 115 0 55 36 221 76 53
Binary 101010 10110011 1100011 1001101 0 101101 11110 10010001 111110 101011

Color Harmonies of #2AB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB363

Black with #2AB363

Text Example


Text Example

White with #2AB363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,179,99); }

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

background-color css

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

 a { background-color: rgb(42,179,99); }

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

border-color css

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

 span { border-color: rgb(42,179,99); }

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