#3DA98A

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

Shades of Gossamer #3DA98A

Tints of Gossamer #3DA98A

Color information

#3DA98A (or 0x3DA98A) is unknown color: approx Gossamer. HEX triplet: 3D, A9 and 8A. RGB value is (61,169,138). Sum of RGB (Red+Green+Blue) = 61+169+138=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA98A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA98A is #C25675. Grayscale: #858585. Windows color (decimal): -12736118 or 9087293. OLE color: 9087293.

HSL color Cylindrical-coordinate representation of color #3DA98A: hue angle of 162.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA98A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB61169138-
CMYK0.6400.180.34
HSL162.78º46.96%45.1%-
HSV(B)162.78º63.91%66.27%-
XYZ20.731.228.98-
YUV133.17130.7276.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=16.58%
G=45.92%
B=37.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611691380.6400.180.34162.7846.9645.1
Hex3DA98A4001222a32f2d
Octal75251212100022422435755
Binary1111011010100110001010100000001001010001010100011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,169,138); }

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

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

 a { background-color: rgb(61,169,138); }

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

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

 span { border-color: rgb(61,169,138); }

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