#3DAA9D

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

Shades of Gossamer #3DAA9D

Tints of Gossamer #3DAA9D

Color information

#3DAA9D (or 0x3DAA9D) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 9D. RGB value is (61,170,157). Sum of RGB (Red+Green+Blue) = 61+170+157=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA9D is #C25562. Grayscale: #878787. Windows color (decimal): -12735843 or 10332733. OLE color: 10332733.

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

Color convert

RGB61170157-
CMYK0.6400.080.33
HSL172.84º47.19%45.29%-
HSV(B)172.84º64.12%66.67%-
XYZ22.3832.1836.93-
YUV135.93139.8974.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.72%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=15.72%
G=43.81%
B=40.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701570.6400.080.33172.8447.1945.29
Hex3DAA9D400821ad2f2d
Octal75252235100010412555755
Binary111101101010101001110110000000100010000110101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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