Shades of Gossamer #25947E
Tints of Gossamer #25947E
RGB
CMYK
RGB Variations
Color information
#25947E (or 0x25947E) is known color: Gossamer. HEX triplet: 25, 94 and 7E. RGB value is (37,148,126). Sum of RGB (Red+Green+Blue) = 37+148+126=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #25947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25947E is #DA6B81. Grayscale: #707070. Windows color (decimal): -14314370 or 8295461. OLE color: 8295461.
HSL color Cylindrical-coordinate representation of color #25947E: hue angle of 168.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25947E is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 126 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.42 |
| HSL | 168.11º | 0.6% | 0.36% | - |
| HSV(B) | 168.11º | 0.75% | 0.58% | - |
| XYZ | 15.12 | 23.08 | 23.4 | - |
| YUV | 112.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 126 | 0.75 | 0 | 0.15 | 0.42 | 168.11 | 0.6 | 0.36 |
| Hex | 25 | 94 | 7E | 4B | 0 | F | 2A | A8 | 3C | 24 |
| Octal | 45 | 224 | 176 | 113 | 0 | 17 | 52 | 250 | 74 | 44 |
| Binary | 100101 | 10010100 | 1111110 | 1001011 | 0 | 1111 | 101010 | 10101000 | 111100 | 100100 |
Color Harmonies of #25947E
Complementary color
Monochromatic Colors of #25947E
Black with #25947E
Text Example
Text Example
White with #25947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25947E; }
p { color: rgb(37,148,126); }
H1.HeaderClassName
{
color: #25947E;
}
.AnyTagClassName
{
color: #25947E;
}
</style>
background-color css
<style>
a { background-color: #25947E; }
a { background-color: rgb(37,148,126); }
div.DivClassName
{
background-color: #25947E;
}
.BgClassName
{
background-color: #25947E;
}
</style>
border-color css
<style>
span { border-color: #25947E; }
span { border-color: rgb(37,148,126); }
td.TdClassName
{
border-color: #25947E;
}
.TagClassName
{
border-color: #25947E;
}
</style>