#3A9F8D

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

Shades of Gossamer #3A9F8D

Tints of Gossamer #3A9F8D

Color information

#3A9F8D (or 0x3A9F8D) is unknown color: approx Gossamer. HEX triplet: 3A, 9F and 8D. RGB value is (58,159,141). Sum of RGB (Red+Green+Blue) = 58+159+141=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F8D is #C56072. Grayscale: #7E7E7E. Windows color (decimal): -12935283 or 9281338. OLE color: 9281338.

HSL color Cylindrical-coordinate representation of color #3A9F8D: hue angle of 169.31º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F8D is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB58159141-
CMYK0.6400.110.38
HSL169.31º46.54%42.55%-
HSV(B)169.31º63.52%62.35%-
XYZ18.9527.6229.53-
YUV126.75136.0478.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.20%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=16.20%
G=44.41%
B=39.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581591410.6400.110.38169.3146.5442.55
Hex3A9F8D400B26a92f2b
Octal72237215100013462515753
Binary111010100111111000110110000000101110011010101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9F8D; }

 p { color: rgb(58,159,141); }

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

<style>
 a { background-color: #3A9F8D; }

 a { background-color: rgb(58,159,141); }

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

<style>
 span { border-color: #3A9F8D; }

 span { border-color: rgb(58,159,141); }

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