#39AF70

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

Shades of Medium Sea Green #39AF70

Tints of Medium Sea Green #39AF70

Color information

#39AF70 (or 0x39AF70) is unknown color: approx Medium Sea Green. HEX triplet: 39, AF and 70. RGB value is (57,175,112). Sum of RGB (Red+Green+Blue) = 57+175+112=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39AF70 is #C6508F. Grayscale: #848484. Windows color (decimal): -12996752 or 7384889. OLE color: 7384889.

HSL color Cylindrical-coordinate representation of color #39AF70: hue angle of 147.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AF70 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB57175112-
CMYK0.6700.360.31
HSL147.97º50.86%45.49%-
HSV(B)147.97º67.43%68.63%-
XYZ19.9432.720.59-
YUV132.54116.4174.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=16.57%
G=50.87%
B=32.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571751120.6700.360.31147.9750.8645.49
Hex39AF70430241F94332d
Octal71257160103044372246355
Binary111001101011111110000100001101001001111110010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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