#39A18D

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

Shades of Gossamer #39A18D

Tints of Gossamer #39A18D

Color information

#39A18D (or 0x39A18D) is unknown color: approx Gossamer. HEX triplet: 39, A1 and 8D. RGB value is (57,161,141). Sum of RGB (Red+Green+Blue) = 57+161+141=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #39A18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A18D is #C65E72. Grayscale: #7F7F7F. Windows color (decimal): -13000307 or 9281849. OLE color: 9281849.

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

Color convert

RGB57161141-
CMYK0.6500.120.37
HSL168.46º47.71%42.75%-
HSV(B)168.46º64.6%63.14%-
XYZ19.2428.2829.64-
YUV127.62135.5477.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=15.88%
G=44.85%
B=39.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal571611410.6500.120.37168.4647.7142.75
Hex39A18D410C25a8302b
Octal71241215101014452506053
Binary111001101000011000110110000010110010010110101000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,161,141); }

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

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

 a { background-color: rgb(57,161,141); }

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

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

 span { border-color: rgb(57,161,141); }

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