#3dac94

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

Shades of Gossamer #3DAC94

Tints of Gossamer #3DAC94

Color information

#3DAC94 (or 0x3DAC94) is unknown color: approx Gossamer. HEX triplet: 3D, AC and 94. RGB value is (61,172,148). Sum of RGB (Red+Green+Blue) = 61+172+148=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC94 is #C2536B. Grayscale: #888888. Windows color (decimal): -12735340 or 9743421. OLE color: 9743421.

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

Color convert

RGB61172148-
CMYK0.6500.140.33
HSL167.03º47.64%45.69%-
HSV(B)167.03º64.53%67.45%-
XYZ22.0232.6433.16-
YUV136.07134.7374.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=16.01%
G=45.14%
B=38.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611721480.6500.140.33167.0347.6445.69
Hex3DAC94410E21a7302e
Octal75254224101016412476056
Binary111101101011001001010010000010111010000110100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dac94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,172,148); }

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

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

 a { background-color: rgb(61,172,148); }

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

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

 span { border-color: rgb(61,172,148); }

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