#39A28D

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

Shades of Gossamer #39A28D

Tints of Gossamer #39A28D

Color information

#39A28D (or 0x39A28D) is unknown color: approx Gossamer. HEX triplet: 39, A2 and 8D. RGB value is (57,162,141). Sum of RGB (Red+Green+Blue) = 57+162+141=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #39A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A28D is #C65D72. Grayscale: #808080. Windows color (decimal): -13000051 or 9282105. OLE color: 9282105.

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

Color convert

RGB57162141-
CMYK0.6500.130.36
HSL168º47.95%42.94%-
HSV(B)168º64.81%63.53%-
XYZ19.4228.6329.7-
YUV128.21135.2177.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.83%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=15.83%
G=45%
B=39.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571621410.6500.130.3616847.9542.94
Hex39A28D410D24a8302b
Octal71242215101015442506053
Binary111001101000101000110110000010110110010010101000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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