#3DAA97

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

Shades of Gossamer #3DAA97

Tints of Gossamer #3DAA97

Color information

#3DAA97 (or 0x3DAA97) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 97. RGB value is (61,170,151). Sum of RGB (Red+Green+Blue) = 61+170+151=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA97 is #C25568. Grayscale: #878787. Windows color (decimal): -12735849 or 9939517. OLE color: 9939517.

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

Color convert

RGB61170151-
CMYK0.6400.110.33
HSL169.54º47.19%45.29%-
HSV(B)169.54º64.12%66.67%-
XYZ21.8931.9834.3-
YUV135.24136.8975.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=15.97%
G=44.50%
B=39.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701510.6400.110.33169.5447.1945.29
Hex3DAA97400B21aa2f2d
Octal75252227100013412525755
Binary111101101010101001011110000000101110000110101010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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