Html Css Color HEX #2AAA6E Medium Sea Green

📋 copy color: '#2AAA6E'

red 42 ◦ green 170 ◦ blue 110

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

Shades of Medium Sea Green #2AAA6E

Tints of Medium Sea Green #2AAA6E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 13.04%
G = 52.8%
B = 34.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#2AAA6E (or 0x2AAA6E) is known color: Medium Sea Green. HEX triplet: 2A, AA and 6E. RGB value is (42,170,110). Sum of RGB (Red+Green+Blue) = 42+170+110=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA6E is #D55591. Grayscale: #7C7C7C. Windows color (decimal): -13981074 or 7252522. OLE color: 7252522.

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

Color convert

RGB 42 170 110 -
CMYK 0.75 0 0.35 0.33
HSL 151.88º 0.6% 0.42% -
HSV(B) 151.88º 0.75% 0.67% -
XYZ 18.14 30.37 19.66 -
YUV 124.89 119.59 68.88 -
System Red Green Blue C M Y K H S L
Decimal 42 170 110 0.75 0 0.35 0.33 151.88 0.6 0.42
Hex 2A AA 6E 4B 0 23 21 98 3C 2A
Octal 52 252 156 113 0 43 41 230 74 52
Binary 101010 10101010 1101110 1001011 0 100011 100001 10011000 111100 101010

Color Harmonies of #2AAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA6E

Black with #2AAA6E

Text Example


Text Example

White with #2AAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,110); }

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

background-color css

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

 a { background-color: rgb(42,170,110); }

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

border-color css

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

 span { border-color: rgb(42,170,110); }

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