#3DA184

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

Shades of Gossamer #3DA184

Tints of Gossamer #3DA184

Color information

#3DA184 (or 0x3DA184) is unknown color: approx Gossamer. HEX triplet: 3D, A1 and 84. RGB value is (61,161,132). Sum of RGB (Red+Green+Blue) = 61+161+132=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA184 is #C25E7B. Grayscale: #7F7F7F. Windows color (decimal): -12738172 or 8692029. OLE color: 8692029.

HSL color Cylindrical-coordinate representation of color #3DA184: hue angle of 162.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA184 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB61161132-
CMYK0.6200.180.37
HSL162.6º45.05%43.53%-
HSV(B)162.6º62.11%63.14%-
XYZ18.8328.1526.27-
YUV127.79130.3780.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.23%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=17.23%
G=45.48%
B=37.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611611320.6200.180.37162.645.0543.53
Hex3DA1843E01225a32d2c
Octal7524120476022452435554
Binary111101101000011000010011111001001010010110100011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,161,132); }

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

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

 a { background-color: rgb(61,161,132); }

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

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

 span { border-color: rgb(61,161,132); }

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