#3DAA9E

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

Shades of Gossamer #3DAA9E

Tints of Gossamer #3DAA9E

Color information

#3DAA9E (or 0x3DAA9E) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 9E. RGB value is (61,170,158). Sum of RGB (Red+Green+Blue) = 61+170+158=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA9E is #C25561. Grayscale: #878787. Windows color (decimal): -12735842 or 10398269. OLE color: 10398269.

HSL color Cylindrical-coordinate representation of color #3DAA9E: hue angle of 173.39º 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 #3DAA9E is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB61170158-
CMYK0.6400.070.33
HSL173.39º47.19%45.29%-
HSV(B)173.39º64.12%66.67%-
XYZ22.4732.2137.38-
YUV136.04140.3974.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.68%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=15.68%
G=43.70%
B=40.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701580.6400.070.33173.3947.1945.29
Hex3DAA9E400721ad2f2d
Octal7525223610007412555755
Binary11110110101010100111101000000011110000110101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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