#3dab8b

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

Shades of Gossamer #3DAB8B

Tints of Gossamer #3DAB8B

Color information

#3DAB8B (or 0x3DAB8B) is unknown color: approx Gossamer. HEX triplet: 3D, AB and 8B. RGB value is (61,171,139). Sum of RGB (Red+Green+Blue) = 61+171+139=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB8B is #C25474. Grayscale: #868686. Windows color (decimal): -12735605 or 9153341. OLE color: 9153341.

HSL color Cylindrical-coordinate representation of color #3DAB8B: hue angle of 162.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB8B is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB61171139-
CMYK0.6400.190.33
HSL162.55º47.41%45.49%-
HSV(B)162.55º64.33%67.06%-
XYZ21.1531.9829.48-
YUV134.46130.5675.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.44%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=16.44%
G=46.09%
B=37.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611711390.6400.190.33162.5547.4145.49
Hex3DAB8B4001321a32f2d
Octal75253213100023412435755
Binary1111011010101110001011100000001001110000110100011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dab8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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