#39AD8D

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

Shades of Gossamer #39AD8D

Tints of Gossamer #39AD8D

Color information

#39AD8D (or 0x39AD8D) is unknown color: approx Gossamer. HEX triplet: 39, AD and 8D. RGB value is (57,173,141). Sum of RGB (Red+Green+Blue) = 57+173+141=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AD8D is #C65272. Grayscale: #868686. Windows color (decimal): -12997235 or 9284921. OLE color: 9284921.

HSL color Cylindrical-coordinate representation of color #39AD8D: hue angle of 163.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AD8D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB57173141-
CMYK0.6700.180.32
HSL163.45º50.43%45.1%-
HSV(B)163.45º67.05%67.84%-
XYZ21.4432.6830.38-
YUV134.67131.5772.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=15.36%
G=46.63%
B=38.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571731410.6700.180.32163.4550.4345.1
Hex39AD8D4301220a3322d
Octal71255215103022402436255
Binary1110011010110110001101100001101001010000010100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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