#2AA670

Color #2AA670 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2AA670

Tints of Medium Sea Green #2AA670

Color information

#2AA670 (or 0x2AA670) is unknown color: approx Medium Sea Green. HEX triplet: 2A, A6 and 70. RGB value is (42,166,112). Sum of RGB (Red+Green+Blue) = 42+166+112=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA670 is #D5598F. Grayscale: #7A7A7A. Windows color (decimal): -13982096 or 7382570. OLE color: 7382570.

HSL color Cylindrical-coordinate representation of color #2AA670: hue angle of 153.87º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA670 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB42166112-
CMYK0.7500.330.35
HSL153.87º59.62%40.78%-
HSV(B)153.87º74.7%65.1%-
XYZ17.5228.9319.99-
YUV122.77121.9270.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.12%
GREEN value IS 166 (65.23% from 255) = 51.88%
BLUE value IS 112 (44.14% from 255) = 35%
R=13.12%
G=51.88%
B=35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal421661120.7500.330.35153.8759.6240.78
Hex2AA6704B021239a3c29
Octal52246160113041432327451
Binary1010101010011011100001001011010000110001110011010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,112); }

 H1.HeaderClassName
 {
   color: #2AA670;
 }
 .AnyTagClassName
 {
   color: #2AA670;
 }
</style>
background-color css

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

 a { background-color: rgb(42,166,112); }

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

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

 span { border-color: rgb(42,166,112); }

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