#3AA270

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

Shades of Medium Sea Green #3AA270

Tints of Medium Sea Green #3AA270

Color information

#3AA270 (or 0x3AA270) is unknown color: approx Medium Sea Green. HEX triplet: 3A, A2 and 70. RGB value is (58,162,112). Sum of RGB (Red+Green+Blue) = 58+162+112=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA270 is #C55D8F. Grayscale: #7D7D7D. Windows color (decimal): -12934544 or 7381562. OLE color: 7381562.

HSL color Cylindrical-coordinate representation of color #3AA270: hue angle of 151.15º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA270 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB58162112-
CMYK0.6400.310.36
HSL151.15º47.27%43.14%-
HSV(B)151.15º64.2%63.53%-
XYZ17.5927.9119.79-
YUV125.2120.5480.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=17.47%
G=48.80%
B=33.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581621120.6400.310.36151.1547.2743.14
Hex3AA2704001F24972f2b
Octal72242160100037442275753
Binary111010101000101110000100000001111110010010010111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA270; }

 p { color: rgb(58,162,112); }

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

<style>
 a { background-color: #3AA270; }

 a { background-color: rgb(58,162,112); }

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

<style>
 span { border-color: #3AA270; }

 span { border-color: rgb(58,162,112); }

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