#3DA798

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

Shades of Gossamer #3DA798

Tints of Gossamer #3DA798

Color information

#3DA798 (or 0x3DA798) is unknown color: approx Gossamer. HEX triplet: 3D, A7 and 98. RGB value is (61,167,152). Sum of RGB (Red+Green+Blue) = 61+167+152=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #3DA798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA798 is #C25867. Grayscale: #858585. Windows color (decimal): -12736616 or 10004285. OLE color: 10004285.

HSL color Cylindrical-coordinate representation of color #3DA798: hue angle of 171.51º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA798 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB61167152-
CMYK0.6300.090.35
HSL171.51º46.49%44.71%-
HSV(B)171.51º63.47%65.49%-
XYZ21.4130.934.54-
YUV133.6138.3876.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 152 (59.77% from 255) = 40%
R=16.05%
G=43.95%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611671520.6300.090.35171.5146.4944.71
Hex3DA7983F0923ac2e2d
Octal7524723077011432545655
Binary11110110100111100110001111110100110001110101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,167,152); }

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

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

 a { background-color: rgb(61,167,152); }

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

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

 span { border-color: rgb(61,167,152); }

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