Shades of Gossamer #42B78C
Tints of Gossamer #42B78C
RGB
CMYK
RGB Variations
Color information
#42B78C (or 0x42B78C) is known color: Gossamer. HEX triplet: 42, B7 and 8C. RGB value is (66,183,140). Sum of RGB (Red+Green+Blue) = 66+183+140=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #42B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B78C is #BD4873. Grayscale: #8F8F8F. Windows color (decimal): -12404852 or 9221954. OLE color: 9221954.
HSL color Cylindrical-coordinate representation of color #42B78C: hue angle of 157.95º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B78C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 140 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.28 |
| HSL | 157.95º | 0.47% | 0.49% | - |
| HSV(B) | 157.95º | 0.64% | 0.72% | - |
| XYZ | 23.91 | 36.92 | 30.68 | - |
| YUV | 143.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 140 | 0.64 | 0 | 0.23 | 0.28 | 157.95 | 0.47 | 0.49 |
| Hex | 42 | B7 | 8C | 40 | 0 | 17 | 1C | 9E | 2F | 31 |
| Octal | 102 | 267 | 214 | 100 | 0 | 27 | 34 | 236 | 57 | 61 |
| Binary | 1000010 | 10110111 | 10001100 | 1000000 | 0 | 10111 | 11100 | 10011110 | 101111 | 110001 |
Color Harmonies of #42B78C
Complementary color
Monochromatic Colors of #42B78C
Black with #42B78C
Text Example
Text Example
White with #42B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B78C; }
p { color: rgb(66,183,140); }
H1.HeaderClassName
{
color: #42B78C;
}
.AnyTagClassName
{
color: #42B78C;
}
</style>
background-color css
<style>
a { background-color: #42B78C; }
a { background-color: rgb(66,183,140); }
div.DivClassName
{
background-color: #42B78C;
}
.BgClassName
{
background-color: #42B78C;
}
</style>
border-color css
<style>
span { border-color: #42B78C; }
span { border-color: rgb(66,183,140); }
td.TdClassName
{
border-color: #42B78C;
}
.TagClassName
{
border-color: #42B78C;
}
</style>