Html Css Color HEX #2AAB73 Medium Sea Green

📋 copy color: '#2AAB73'

red 42 ◦ green 171 ◦ blue 115

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

Shades of Medium Sea Green #2AAB73

Tints of Medium Sea Green #2AAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.13%

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

R = 12.8%
G = 52.13%
B = 35.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#2AAB73 (or 0x2AAB73) is known color: Medium Sea Green. HEX triplet: 2A, AB and 73. RGB value is (42,171,115). Sum of RGB (Red+Green+Blue) = 42+171+115=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB73 is #D5548C. Grayscale: #7E7E7E. Windows color (decimal): -13980813 or 7580458. OLE color: 7580458.

HSL color Cylindrical-coordinate representation of color #2AAB73: hue angle of 153.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB73 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 115 -
CMYK 0.75 0 0.33 0.33
HSL 153.95º 0.61% 0.42% -
HSV(B) 153.95º 0.75% 0.67% -
XYZ 18.61 30.86 21.19 -
YUV 126.05 121.76 68.05 -
System Red Green Blue C M Y K H S L
Decimal 42 171 115 0.75 0 0.33 0.33 153.95 0.61 0.42
Hex 2A AB 73 4B 0 21 21 9A 3D 2A
Octal 52 253 163 113 0 41 41 232 75 52
Binary 101010 10101011 1110011 1001011 0 100001 100001 10011010 111101 101010

Color Harmonies of #2AAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB73

Black with #2AAB73

Text Example


Text Example

White with #2AAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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