Shades of Fountain Blue #65A2AA
Tints of Fountain Blue #65A2AA
RGB
CMYK
RGB Variations
Color information
#65A2AA (or 0x65A2AA) is known color: Fountain Blue. HEX triplet: 65, A2 and AA. RGB value is (101,162,170). Sum of RGB (Red+Green+Blue) = 101+162+170=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2AA is #9A5D55. Grayscale: #909090. Windows color (decimal): -10116438 or 11182693. OLE color: 11182693.
HSL color Cylindrical-coordinate representation of color #65A2AA: hue angle of 186.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A2AA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 162 | 170 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.33 |
| HSL | 186.96º | 0.29% | 0.53% | - |
| HSV(B) | 186.96º | 0.41% | 0.67% | - |
| XYZ | 25.54 | 31.51 | 42.77 | - |
| YUV | 144.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 170 | 0.41 | 0.05 | 0 | 0.33 | 186.96 | 0.29 | 0.53 |
| Hex | 65 | A2 | AA | 29 | 5 | 0 | 21 | BB | 1D | 35 |
| Octal | 145 | 242 | 252 | 51 | 5 | 0 | 41 | 273 | 35 | 65 |
| Binary | 1100101 | 10100010 | 10101010 | 101001 | 101 | 0 | 100001 | 10111011 | 11101 | 110101 |
Color Harmonies of #65A2AA
Complementary color
Monochromatic Colors of #65A2AA
Black with #65A2AA
Text Example
Text Example
White with #65A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2AA; }
p { color: rgb(101,162,170); }
H1.HeaderClassName
{
color: #65A2AA;
}
.AnyTagClassName
{
color: #65A2AA;
}
</style>
background-color css
<style>
a { background-color: #65A2AA; }
a { background-color: rgb(101,162,170); }
div.DivClassName
{
background-color: #65A2AA;
}
.BgClassName
{
background-color: #65A2AA;
}
</style>
border-color css
<style>
span { border-color: #65A2AA; }
span { border-color: rgb(101,162,170); }
td.TdClassName
{
border-color: #65A2AA;
}
.TagClassName
{
border-color: #65A2AA;
}
</style>