#39AD8E

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

Shades of Gossamer #39AD8E

Tints of Gossamer #39AD8E

Color information

#39AD8E (or 0x39AD8E) is unknown color: approx Gossamer. HEX triplet: 39, AD and 8E. RGB value is (57,173,142). Sum of RGB (Red+Green+Blue) = 57+173+142=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AD8E is #C65271. Grayscale: #868686. Windows color (decimal): -12997234 or 9350457. OLE color: 9350457.

HSL color Cylindrical-coordinate representation of color #39AD8E: hue angle of 163.97º 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 #39AD8E is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB57173142-
CMYK0.6700.180.32
HSL163.97º50.43%45.1%-
HSV(B)163.97º67.05%67.84%-
XYZ21.5132.7130.77-
YUV134.78132.0772.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.32%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=15.32%
G=46.51%
B=38.17%

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
Decimal571731420.6700.180.32163.9750.4345.1
Hex39AD8E4301220a4322d
Octal71255216103022402446255
Binary1110011010110110001110100001101001010000010100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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