Shades of Gossamer #3DAF8A
Tints of Gossamer #3DAF8A
RGB
CMYK
RGB Variations
Color information
#3DAF8A (or 0x3DAF8A) is known color: Gossamer. HEX triplet: 3D, AF and 8A. RGB value is (61,175,138). Sum of RGB (Red+Green+Blue) = 61+175+138=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAF8A is #C25075. Grayscale: #888888. Windows color (decimal): -12734582 or 9088829. OLE color: 9088829.
HSL color Cylindrical-coordinate representation of color #3DAF8A: hue angle of 160.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAF8A is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 138 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.31 |
| HSL | 160.53º | 0.48% | 0.46% | - |
| HSV(B) | 160.53º | 0.65% | 0.69% | - |
| XYZ | 21.84 | 33.49 | 29.36 | - |
| YUV | 136.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 138 | 0.65 | 0 | 0.21 | 0.31 | 160.53 | 0.48 | 0.46 |
| Hex | 3D | AF | 8A | 41 | 0 | 15 | 1F | A1 | 30 | 2E |
| Octal | 75 | 257 | 212 | 101 | 0 | 25 | 37 | 241 | 60 | 56 |
| Binary | 111101 | 10101111 | 10001010 | 1000001 | 0 | 10101 | 11111 | 10100001 | 110000 | 101110 |
Color Harmonies of #3DAF8A
Complementary color
Monochromatic Colors of #3DAF8A
Black with #3DAF8A
Text Example
Text Example
White with #3DAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF8A; }
p { color: rgb(61,175,138); }
H1.HeaderClassName
{
color: #3DAF8A;
}
.AnyTagClassName
{
color: #3DAF8A;
}
</style>
background-color css
<style>
a { background-color: #3DAF8A; }
a { background-color: rgb(61,175,138); }
div.DivClassName
{
background-color: #3DAF8A;
}
.BgClassName
{
background-color: #3DAF8A;
}
</style>
border-color css
<style>
span { border-color: #3DAF8A; }
span { border-color: rgb(61,175,138); }
td.TdClassName
{
border-color: #3DAF8A;
}
.TagClassName
{
border-color: #3DAF8A;
}
</style>