#3DA88E

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

Shades of Gossamer #3DA88E

Tints of Gossamer #3DA88E

Color information

#3DA88E (or 0x3DA88E) is unknown color: approx Gossamer. HEX triplet: 3D, A8 and 8E. RGB value is (61,168,142). Sum of RGB (Red+Green+Blue) = 61+168+142=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA88E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA88E is #C25771. Grayscale: #858585. Windows color (decimal): -12736370 or 9349181. OLE color: 9349181.

HSL color Cylindrical-coordinate representation of color #3DA88E: hue angle of 165.42º 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 #3DA88E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB61168142-
CMYK0.6400.150.34
HSL165.42º46.72%44.9%-
HSV(B)165.42º63.69%65.88%-
XYZ20.8130.9530.47-
YUV133.04133.0576.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.44%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=16.44%
G=45.28%
B=38.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal611681420.6400.150.34165.4246.7244.9
Hex3DA88E400F22a52f2d
Octal75250216100017422455755
Binary111101101010001000111010000000111110001010100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,168,142); }

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

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

 a { background-color: rgb(61,168,142); }

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

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

 span { border-color: rgb(61,168,142); }

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