Shades of Gossamer #42B190
Tints of Gossamer #42B190
RGB
CMYK
RGB Variations
Color information
#42B190 (or 0x42B190) is known color: Gossamer. HEX triplet: 42, B1 and 90. RGB value is (66,177,144). Sum of RGB (Red+Green+Blue) = 66+177+144=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #42B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B190 is #BD4E6F. Grayscale: #8C8C8C. Windows color (decimal): -12406384 or 9482562. OLE color: 9482562.
HSL color Cylindrical-coordinate representation of color #42B190: hue angle of 162.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B190 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 144 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.31 |
| HSL | 162.16º | 0.46% | 0.48% | - |
| HSV(B) | 162.16º | 0.63% | 0.69% | - |
| XYZ | 23 | 34.62 | 31.85 | - |
| YUV | 140.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 144 | 0.63 | 0 | 0.19 | 0.31 | 162.16 | 0.46 | 0.48 |
| Hex | 42 | B1 | 90 | 3F | 0 | 13 | 1F | A2 | 2E | 30 |
| Octal | 102 | 261 | 220 | 77 | 0 | 23 | 37 | 242 | 56 | 60 |
| Binary | 1000010 | 10110001 | 10010000 | 111111 | 0 | 10011 | 11111 | 10100010 | 101110 | 110000 |
Color Harmonies of #42B190
Complementary color
Monochromatic Colors of #42B190
Black with #42B190
Text Example
Text Example
White with #42B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B190; }
p { color: rgb(66,177,144); }
H1.HeaderClassName
{
color: #42B190;
}
.AnyTagClassName
{
color: #42B190;
}
</style>
background-color css
<style>
a { background-color: #42B190; }
a { background-color: rgb(66,177,144); }
div.DivClassName
{
background-color: #42B190;
}
.BgClassName
{
background-color: #42B190;
}
</style>
border-color css
<style>
span { border-color: #42B190; }
span { border-color: rgb(66,177,144); }
td.TdClassName
{
border-color: #42B190;
}
.TagClassName
{
border-color: #42B190;
}
</style>