#3DAE96

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

Shades of Gossamer #3DAE96

Tints of Gossamer #3DAE96

Color information

#3DAE96 (or 0x3DAE96) is unknown color: approx Gossamer. HEX triplet: 3D, AE and 96. RGB value is (61,174,150). Sum of RGB (Red+Green+Blue) = 61+174+150=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE96 is #C25169. Grayscale: #898989. Windows color (decimal): -12734826 or 9875005. OLE color: 9875005.

HSL color Cylindrical-coordinate representation of color #3DAE96: hue angle of 167.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAE96 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB61174150-
CMYK0.6500.140.32
HSL167.26º48.09%46.08%-
HSV(B)167.26º64.94%68.24%-
XYZ22.5733.4734.12-
YUV137.48135.0673.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=15.84%
G=45.19%
B=38.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611741500.6500.140.32167.2648.0946.08
Hex3DAE96410E20a7302e
Octal75256226101016402476056
Binary111101101011101001011010000010111010000010100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,174,150); }

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

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

 a { background-color: rgb(61,174,150); }

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

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

 span { border-color: rgb(61,174,150); }

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