#3D998B

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

Shades of Gossamer #3D998B

Tints of Gossamer #3D998B

Color information

#3D998B (or 0x3D998B) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 8B. RGB value is (61,153,139). Sum of RGB (Red+Green+Blue) = 61+153+139=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #3D998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D998B is #C26674. Grayscale: #7B7B7B. Windows color (decimal): -12740213 or 9148733. OLE color: 9148733.

HSL color Cylindrical-coordinate representation of color #3D998B: hue angle of 170.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D998B is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB61153139-
CMYK0.6000.090.4
HSL170.87º42.99%41.96%-
HSV(B)170.87º60.13%60%-
XYZ17.9825.6428.43-
YUV123.9136.5283.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=17.28%
G=43.34%
B=39.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531390.6000.090.4170.8742.9941.96
Hex3D998B3C0928ab2b2a
Octal7523121374011502535352
Binary11110110011001100010111111000100110100010101011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,139); }

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

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

 a { background-color: rgb(61,153,139); }

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

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

 span { border-color: rgb(61,153,139); }

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