Html Css Color HEX #2AAB6A Medium Sea Green

📋 copy color: '#2AAB6A'

red 42 ◦ green 171 ◦ blue 106

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

Shades of Medium Sea Green #2AAB6A

Tints of Medium Sea Green #2AAB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 13.17%
G = 53.61%
B = 33.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2AAB6A (or 0x2AAB6A) is known color: Medium Sea Green. HEX triplet: 2A, AB and 6A. RGB value is (42,171,106). Sum of RGB (Red+Green+Blue) = 42+171+106=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB6A is #D55495. Grayscale: #7D7D7D. Windows color (decimal): -13980822 or 6990634. OLE color: 6990634.

HSL color Cylindrical-coordinate representation of color #2AAB6A: hue angle of 149.77º 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 #2AAB6A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 106 -
CMYK 0.75 0 0.38 0.33
HSL 149.77º 0.61% 0.42% -
HSV(B) 149.77º 0.75% 0.67% -
XYZ 18.12 30.66 18.6 -
YUV 125.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 42 171 106 0.75 0 0.38 0.33 149.77 0.61 0.42
Hex 2A AB 6A 4B 0 26 21 96 3D 2A
Octal 52 253 152 113 0 46 41 226 75 52
Binary 101010 10101011 1101010 1001011 0 100110 100001 10010110 111101 101010

Color Harmonies of #2AAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB6A

Black with #2AAB6A

Text Example


Text Example

White with #2AAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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