Shades of Gossamer #35A87D
Tints of Gossamer #35A87D
RGB
CMYK
RGB Variations
Color information
#35A87D (or 0x35A87D) is known color: Gossamer. HEX triplet: 35, A8 and 7D. RGB value is (53,168,125). Sum of RGB (Red+Green+Blue) = 53+168+125=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #35A87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A87D is #CA5782. Grayscale: #808080. Windows color (decimal): -13260675 or 8235061. OLE color: 8235061.
HSL color Cylindrical-coordinate representation of color #35A87D: hue angle of 157.57º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A87D is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 125 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.34 |
| HSL | 157.57º | 0.52% | 0.43% | - |
| HSV(B) | 157.57º | 0.68% | 0.66% | - |
| XYZ | 19.17 | 30.24 | 24.23 | - |
| YUV | 128.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 125 | 0.68 | 0 | 0.26 | 0.34 | 157.57 | 0.52 | 0.43 |
| Hex | 35 | A8 | 7D | 44 | 0 | 1A | 22 | 9E | 34 | 2B |
| Octal | 65 | 250 | 175 | 104 | 0 | 32 | 42 | 236 | 64 | 53 |
| Binary | 110101 | 10101000 | 1111101 | 1000100 | 0 | 11010 | 100010 | 10011110 | 110100 | 101011 |
Color Harmonies of #35A87D
Complementary color
Monochromatic Colors of #35A87D
Black with #35A87D
Text Example
Text Example
White with #35A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A87D; }
p { color: rgb(53,168,125); }
H1.HeaderClassName
{
color: #35A87D;
}
.AnyTagClassName
{
color: #35A87D;
}
</style>
background-color css
<style>
a { background-color: #35A87D; }
a { background-color: rgb(53,168,125); }
div.DivClassName
{
background-color: #35A87D;
}
.BgClassName
{
background-color: #35A87D;
}
</style>
border-color css
<style>
span { border-color: #35A87D; }
span { border-color: rgb(53,168,125); }
td.TdClassName
{
border-color: #35A87D;
}
.TagClassName
{
border-color: #35A87D;
}
</style>