#3DAA8D

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

Shades of Gossamer #3DAA8D

Tints of Gossamer #3DAA8D

Color information

#3DAA8D (or 0x3DAA8D) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 8D. RGB value is (61,170,141). Sum of RGB (Red+Green+Blue) = 61+170+141=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA8D is #C25572. Grayscale: #868686. Windows color (decimal): -12735859 or 9284157. OLE color: 9284157.

HSL color Cylindrical-coordinate representation of color #3DAA8D: hue angle of 164.04º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA8D is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB61170141-
CMYK0.6400.170.33
HSL164.04º47.19%45.29%-
HSV(B)164.04º64.12%66.67%-
XYZ21.1131.6630.2-
YUV134.1131.8975.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.40%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=16.40%
G=45.70%
B=37.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701410.6400.170.33164.0447.1945.29
Hex3DAA8D4001121a42f2d
Octal75252215100021412445755
Binary1111011010101010001101100000001000110000110100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,170,141); }

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

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

 a { background-color: rgb(61,170,141); }

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

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

 span { border-color: rgb(61,170,141); }

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