#3D9A8B

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

Shades of Gossamer #3D9A8B

Tints of Gossamer #3D9A8B

Color information

#3D9A8B (or 0x3D9A8B) is unknown color: approx Gossamer. HEX triplet: 3D, 9A and 8B. RGB value is (61,154,139). Sum of RGB (Red+Green+Blue) = 61+154+139=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9A8B is #C26574. Grayscale: #7C7C7C. Windows color (decimal): -12739957 or 9148989. OLE color: 9148989.

HSL color Cylindrical-coordinate representation of color #3D9A8B: hue angle of 170.32º 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 #3D9A8B is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB61154139-
CMYK0.6000.100.40
HSL170.32º43.26%42.16%-
HSV(B)170.32º60.39%60.39%-
XYZ18.1425.9728.48-
YUV124.48136.1982.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.23%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=17.23%
G=43.50%
B=39.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal611541390.6000.100.40170.3243.2642.16
Hex3D9A8B3C0A28aa2b2a
Octal7523221374012502525352
Binary11110110011010100010111111000101010100010101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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