#39AA70

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

Shades of Medium Sea Green #39AA70

Tints of Medium Sea Green #39AA70

Color information

#39AA70 (or 0x39AA70) is unknown color: approx Medium Sea Green. HEX triplet: 39, AA and 70. RGB value is (57,170,112). Sum of RGB (Red+Green+Blue) = 57+170+112=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39AA70 is #C6558F. Grayscale: #818181. Windows color (decimal): -12998032 or 7383609. OLE color: 7383609.

HSL color Cylindrical-coordinate representation of color #39AA70: hue angle of 149.2º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA70 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB57170112-
CMYK0.6600.340.33
HSL149.2º49.78%44.51%-
HSV(B)149.2º66.47%66.67%-
XYZ18.9930.7920.27-
YUV129.6118.0676.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=16.81%
G=50.15%
B=33.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701120.6600.340.33149.249.7844.51
Hex39AA70420222195322d
Octal71252160102042412256255
Binary1110011010101011100001000010010001010000110010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AA70; }

 p { color: rgb(57,170,112); }

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

<style>
 a { background-color: #39AA70; }

 a { background-color: rgb(57,170,112); }

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

<style>
 span { border-color: #39AA70; }

 span { border-color: rgb(57,170,112); }

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