#39A696

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

Shades of Gossamer #39A696

Tints of Gossamer #39A696

Color information

#39A696 (or 0x39A696) is unknown color: approx Gossamer. HEX triplet: 39, A6 and 96. RGB value is (57,166,150). Sum of RGB (Red+Green+Blue) = 57+166+150=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #39A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A696 is #C65969. Grayscale: #838383. Windows color (decimal): -12999018 or 9872953. OLE color: 9872953.

HSL color Cylindrical-coordinate representation of color #39A696: hue angle of 171.19º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A696 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB57166150-
CMYK0.6600.100.35
HSL171.19º48.88%43.73%-
HSV(B)171.19º65.66%65.1%-
XYZ20.8330.3433.61-
YUV131.58138.3974.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=15.28%
G=44.50%
B=40.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571661500.6600.100.35171.1948.8843.73
Hex39A696420A23ab312c
Octal71246226102012432536154
Binary111001101001101001011010000100101010001110101011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,166,150); }

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

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

 a { background-color: rgb(57,166,150); }

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

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

 span { border-color: rgb(57,166,150); }

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