Shades of Gossamer #42A693
Tints of Gossamer #42A693
RGB
CMYK
RGB Variations
Color information
#42A693 (or 0x42A693) is known color: Gossamer. HEX triplet: 42, A6 and 93. RGB value is (66,166,147). Sum of RGB (Red+Green+Blue) = 66+166+147=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #42A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A693 is #BD596C. Grayscale: #858585. Windows color (decimal): -12409197 or 9676354. OLE color: 9676354.
HSL color Cylindrical-coordinate representation of color #42A693: hue angle of 168.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A693 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 166 | 147 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.35 |
| HSL | 168.6º | 0.43% | 0.45% | - |
| HSV(B) | 168.6º | 0.6% | 0.65% | - |
| XYZ | 21.15 | 30.54 | 32.38 | - |
| YUV | 133.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 147 | 0.60 | 0 | 0.11 | 0.35 | 168.6 | 0.43 | 0.45 |
| Hex | 42 | A6 | 93 | 3C | 0 | B | 23 | A9 | 2B | 2D |
| Octal | 102 | 246 | 223 | 74 | 0 | 13 | 43 | 251 | 53 | 55 |
| Binary | 1000010 | 10100110 | 10010011 | 111100 | 0 | 1011 | 100011 | 10101001 | 101011 | 101101 |
Color Harmonies of #42A693
Complementary color
Monochromatic Colors of #42A693
Black with #42A693
Text Example
Text Example
White with #42A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A693; }
p { color: rgb(66,166,147); }
H1.HeaderClassName
{
color: #42A693;
}
.AnyTagClassName
{
color: #42A693;
}
</style>
background-color css
<style>
a { background-color: #42A693; }
a { background-color: rgb(66,166,147); }
div.DivClassName
{
background-color: #42A693;
}
.BgClassName
{
background-color: #42A693;
}
</style>
border-color css
<style>
span { border-color: #42A693; }
span { border-color: rgb(66,166,147); }
td.TdClassName
{
border-color: #42A693;
}
.TagClassName
{
border-color: #42A693;
}
</style>