Shades of Fountain Blue #61AAA8
Tints of Fountain Blue #61AAA8
RGB
CMYK
RGB Variations
Color information
#61AAA8 (or 0x61AAA8) is known color: Fountain Blue. HEX triplet: 61, AA and A8. RGB value is (97,170,168). Sum of RGB (Red+Green+Blue) = 97+170+168=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #61AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAA8 is #9E5557. Grayscale: #939393. Windows color (decimal): -10376536 or 11053665. OLE color: 11053665.
HSL color Cylindrical-coordinate representation of color #61AAA8: hue angle of 178.36º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AAA8 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 168 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.33 |
| HSL | 178.36º | 0.3% | 0.52% | - |
| HSV(B) | 178.36º | 0.43% | 0.67% | - |
| XYZ | 26.37 | 34.12 | 42.24 | - |
| YUV | 147.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 168 | 0.43 | 0 | 0.01 | 0.33 | 178.36 | 0.3 | 0.52 |
| Hex | 61 | AA | A8 | 2B | 0 | 1 | 21 | B2 | 1E | 34 |
| Octal | 141 | 252 | 250 | 53 | 0 | 1 | 41 | 262 | 36 | 64 |
| Binary | 1100001 | 10101010 | 10101000 | 101011 | 0 | 1 | 100001 | 10110010 | 11110 | 110100 |
Color Harmonies of #61AAA8
Complementary color
Monochromatic Colors of #61AAA8
Black with #61AAA8
Text Example
Text Example
White with #61AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAA8; }
p { color: rgb(97,170,168); }
H1.HeaderClassName
{
color: #61AAA8;
}
.AnyTagClassName
{
color: #61AAA8;
}
</style>
background-color css
<style>
a { background-color: #61AAA8; }
a { background-color: rgb(97,170,168); }
div.DivClassName
{
background-color: #61AAA8;
}
.BgClassName
{
background-color: #61AAA8;
}
</style>
border-color css
<style>
span { border-color: #61AAA8; }
span { border-color: rgb(97,170,168); }
td.TdClassName
{
border-color: #61AAA8;
}
.TagClassName
{
border-color: #61AAA8;
}
</style>