#39BF85

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

Shades of Medium Sea Green #39BF85

Tints of Medium Sea Green #39BF85

Color information

#39BF85 (or 0x39BF85) is unknown color: approx Medium Sea Green. HEX triplet: 39, BF and 85. RGB value is (57,191,133). Sum of RGB (Red+Green+Blue) = 57+191+133=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #39BF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BF85 is #C6407A. Grayscale: #909090. Windows color (decimal): -12992635 or 8765241. OLE color: 8765241.

HSL color Cylindrical-coordinate representation of color #39BF85: hue angle of 154.03º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BF85 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB57191133-
CMYK0.7000.300.25
HSL154.03º54.03%48.63%-
HSV(B)154.03º70.16%74.9%-
XYZ24.5539.8228.58-
YUV144.32121.6165.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.96%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=14.96%
G=50.13%
B=34.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571911330.7000.300.25154.0354.0348.63
Hex39BF854601E199a3631
Octal71277205106036312326661
Binary111001101111111000010110001100111101100110011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,191,133); }

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

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

 a { background-color: rgb(57,191,133); }

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

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

 span { border-color: rgb(57,191,133); }

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