Shades of Gossamer #35A68F
Tints of Gossamer #35A68F
RGB
CMYK
RGB Variations
Color information
#35A68F (or 0x35A68F) is known color: Gossamer. HEX triplet: 35, A6 and 8F. RGB value is (53,166,143). Sum of RGB (Red+Green+Blue) = 53+166+143=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #35A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A68F is #CA5970. Grayscale: #818181. Windows color (decimal): -13261169 or 9414197. OLE color: 9414197.
HSL color Cylindrical-coordinate representation of color #35A68F: hue angle of 167.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A68F is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 166 | 143 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.35 |
| HSL | 167.79º | 0.52% | 0.43% | - |
| HSV(B) | 167.79º | 0.68% | 0.65% | - |
| XYZ | 20.06 | 30.01 | 30.72 | - |
| YUV | 129.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 166 | 143 | 0.68 | 0 | 0.14 | 0.35 | 167.79 | 0.52 | 0.43 |
| Hex | 35 | A6 | 8F | 44 | 0 | E | 23 | A8 | 34 | 2B |
| Octal | 65 | 246 | 217 | 104 | 0 | 16 | 43 | 250 | 64 | 53 |
| Binary | 110101 | 10100110 | 10001111 | 1000100 | 0 | 1110 | 100011 | 10101000 | 110100 | 101011 |
Color Harmonies of #35A68F
Complementary color
Monochromatic Colors of #35A68F
Black with #35A68F
Text Example
Text Example
White with #35A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A68F; }
p { color: rgb(53,166,143); }
H1.HeaderClassName
{
color: #35A68F;
}
.AnyTagClassName
{
color: #35A68F;
}
</style>
background-color css
<style>
a { background-color: #35A68F; }
a { background-color: rgb(53,166,143); }
div.DivClassName
{
background-color: #35A68F;
}
.BgClassName
{
background-color: #35A68F;
}
</style>
border-color css
<style>
span { border-color: #35A68F; }
span { border-color: rgb(53,166,143); }
td.TdClassName
{
border-color: #35A68F;
}
.TagClassName
{
border-color: #35A68F;
}
</style>