#39aa95

Color #39AA95 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #39AA95

Tints of Gossamer #39AA95

Color information

#39AA95 (or 0x39AA95) is unknown color: approx Gossamer. HEX triplet: 39, AA and 95. RGB value is (57,170,149). Sum of RGB (Red+Green+Blue) = 57+170+149=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AA95 is #C6556A. Grayscale: #858585. Windows color (decimal): -12997995 or 9808441. OLE color: 9808441.

HSL color Cylindrical-coordinate representation of color #39AA95: hue angle of 168.85º 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 #39AA95 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB57170149-
CMYK0.6600.120.33
HSL168.85º49.78%44.51%-
HSV(B)168.85º66.47%66.67%-
XYZ21.4931.7933.44-
YUV133.82136.5673.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.16%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=15.16%
G=45.21%
B=39.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701490.6600.120.33168.8549.7844.51
Hex39AA95420C21a9322d
Octal71252225102014412516255
Binary111001101010101001010110000100110010000110101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39aa95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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