#39A08E

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

Shades of Gossamer #39A08E

Tints of Gossamer #39A08E

Color information

#39A08E (or 0x39A08E) is unknown color: approx Gossamer. HEX triplet: 39, A0 and 8E. RGB value is (57,160,142). Sum of RGB (Red+Green+Blue) = 57+160+142=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #39A08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A08E is #C65F71. Grayscale: #7F7F7F. Windows color (decimal): -13000562 or 9347129. OLE color: 9347129.

HSL color Cylindrical-coordinate representation of color #39A08E: hue angle of 169.51º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39A08E is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB57160142-
CMYK0.6400.110.37
HSL169.51º47.47%42.55%-
HSV(B)169.51º64.38%62.75%-
XYZ19.1427.9629.98-
YUV127.15136.3877.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=15.88%
G=44.57%
B=39.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal571601420.6400.110.37169.5147.4742.55
Hex39A08E400B25aa2f2b
Octal71240216100013452525753
Binary111001101000001000111010000000101110010110101010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,160,142); }

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

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

 a { background-color: rgb(57,160,142); }

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

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

 span { border-color: rgb(57,160,142); }

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