#3DA288

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

Shades of Gossamer #3DA288

Tints of Gossamer #3DA288

Color information

#3DA288 (or 0x3DA288) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 88. RGB value is (61,162,136). Sum of RGB (Red+Green+Blue) = 61+162+136=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA288 is #C25D77. Grayscale: #808080. Windows color (decimal): -12737912 or 8954429. OLE color: 8954429.

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

Color convert

RGB61162136-
CMYK0.6200.160.36
HSL164.55º45.29%43.73%-
HSV(B)164.55º62.35%63.53%-
XYZ19.2928.6127.8-
YUV128.84132.0479.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=16.99%
G=45.13%
B=37.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621360.6200.160.36164.5545.2943.73
Hex3DA2883E01024a52d2c
Octal7524221076020442455554
Binary111101101000101000100011111001000010010010100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,136); }

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

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

 a { background-color: rgb(61,162,136); }

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

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

 span { border-color: rgb(61,162,136); }

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