Shades of Gossamer #35A08A
Tints of Gossamer #35A08A
RGB
CMYK
RGB Variations
Color information
#35A08A (or 0x35A08A) is known color: Gossamer. HEX triplet: 35, A0 and 8A. RGB value is (53,160,138). Sum of RGB (Red+Green+Blue) = 53+160+138=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #35A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A08A is #CA5F75. Grayscale: #7D7D7D. Windows color (decimal): -13262710 or 9084981. OLE color: 9084981.
HSL color Cylindrical-coordinate representation of color #35A08A: hue angle of 167.66º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A08A is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 138 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.37 |
| HSL | 167.66º | 0.5% | 0.42% | - |
| HSV(B) | 167.66º | 0.67% | 0.63% | - |
| XYZ | 18.63 | 27.73 | 28.42 | - |
| YUV | 125.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 138 | 0.67 | 0 | 0.14 | 0.37 | 167.66 | 0.5 | 0.42 |
| Hex | 35 | A0 | 8A | 43 | 0 | E | 25 | A8 | 32 | 2A |
| Octal | 65 | 240 | 212 | 103 | 0 | 16 | 45 | 250 | 62 | 52 |
| Binary | 110101 | 10100000 | 10001010 | 1000011 | 0 | 1110 | 100101 | 10101000 | 110010 | 101010 |
Color Harmonies of #35A08A
Complementary color
Monochromatic Colors of #35A08A
Black with #35A08A
Text Example
Text Example
White with #35A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A08A; }
p { color: rgb(53,160,138); }
H1.HeaderClassName
{
color: #35A08A;
}
.AnyTagClassName
{
color: #35A08A;
}
</style>
background-color css
<style>
a { background-color: #35A08A; }
a { background-color: rgb(53,160,138); }
div.DivClassName
{
background-color: #35A08A;
}
.BgClassName
{
background-color: #35A08A;
}
</style>
border-color css
<style>
span { border-color: #35A08A; }
span { border-color: rgb(53,160,138); }
td.TdClassName
{
border-color: #35A08A;
}
.TagClassName
{
border-color: #35A08A;
}
</style>