#3DAE95

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

Shades of Gossamer #3DAE95

Tints of Gossamer #3DAE95

Color information

#3DAE95 (or 0x3DAE95) is unknown color: approx Gossamer. HEX triplet: 3D, AE and 95. RGB value is (61,174,149). Sum of RGB (Red+Green+Blue) = 61+174+149=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE95 is #C2516A. Grayscale: #898989. Windows color (decimal): -12734827 or 9809469. OLE color: 9809469.

HSL color Cylindrical-coordinate representation of color #3DAE95: hue angle of 166.73º 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 #3DAE95 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB61174149-
CMYK0.6500.140.32
HSL166.73º48.09%46.08%-
HSV(B)166.73º64.94%68.24%-
XYZ22.4933.4333.7-
YUV137.36134.5673.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.89%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=15.89%
G=45.31%
B=38.80%

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
Decimal611741490.6500.140.32166.7348.0946.08
Hex3DAE95410E20a7302e
Octal75256225101016402476056
Binary111101101011101001010110000010111010000010100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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