#3DB288

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

Shades of Gossamer #3DB288

Tints of Gossamer #3DB288

Color information

#3DB288 (or 0x3DB288) is unknown color: approx Gossamer. HEX triplet: 3D, B2 and 88. RGB value is (61,178,136). Sum of RGB (Red+Green+Blue) = 61+178+136=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB288 is #C24D77. Grayscale: #8A8A8A. Windows color (decimal): -12733816 or 8958525. OLE color: 8958525.

HSL color Cylindrical-coordinate representation of color #3DB288: hue angle of 158.46º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB288 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB61178136-
CMYK0.6600.240.30
HSL158.46º48.95%46.86%-
HSV(B)158.46º65.73%69.8%-
XYZ22.2934.6128.8-
YUV138.23126.7472.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=16.27%
G=47.47%
B=36.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611781360.6600.240.30158.4648.9546.86
Hex3DB288420181E9e312f
Octal75262210102030362366157
Binary111101101100101000100010000100110001111010011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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