#39A18B

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

Shades of Gossamer #39A18B

Tints of Gossamer #39A18B

Color information

#39A18B (or 0x39A18B) is unknown color: approx Gossamer. HEX triplet: 39, A1 and 8B. RGB value is (57,161,139). Sum of RGB (Red+Green+Blue) = 57+161+139=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #39A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A18B is #C65E74. Grayscale: #7F7F7F. Windows color (decimal): -13000309 or 9150777. OLE color: 9150777.

HSL color Cylindrical-coordinate representation of color #39A18B: hue angle of 167.31º 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 #39A18B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB57161139-
CMYK0.6500.140.37
HSL167.31º47.71%42.75%-
HSV(B)167.31º64.6%63.14%-
XYZ19.0928.2228.87-
YUV127.4134.5477.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=15.97%
G=45.10%
B=38.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal571611390.6500.140.37167.3147.7142.75
Hex39A18B410E25a7302b
Octal71241213101016452476053
Binary111001101000011000101110000010111010010110100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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