Shades of Fountain Blue #65AFAC
Tints of Fountain Blue #65AFAC
RGB
CMYK
RGB Variations
Color information
#65AFAC (or 0x65AFAC) is known color: Fountain Blue. HEX triplet: 65, AF and AC. RGB value is (101,175,172). Sum of RGB (Red+Green+Blue) = 101+175+172=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFAC is #9A5053. Grayscale: #989898. Windows color (decimal): -10113108 or 11317093. OLE color: 11317093.
HSL color Cylindrical-coordinate representation of color #65AFAC: hue angle of 177.57º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AFAC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 172 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.31 |
| HSL | 177.57º | 0.32% | 0.54% | - |
| HSV(B) | 177.57º | 0.42% | 0.69% | - |
| XYZ | 28.14 | 36.41 | 44.57 | - |
| YUV | 152.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 172 | 0.42 | 0 | 0.02 | 0.31 | 177.57 | 0.32 | 0.54 |
| Hex | 65 | AF | AC | 2A | 0 | 2 | 1F | B2 | 20 | 36 |
| Octal | 145 | 257 | 254 | 52 | 0 | 2 | 37 | 262 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10101100 | 101010 | 0 | 10 | 11111 | 10110010 | 100000 | 110110 |
Color Harmonies of #65AFAC
Complementary color
Monochromatic Colors of #65AFAC
Black with #65AFAC
Text Example
Text Example
White with #65AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFAC; }
p { color: rgb(101,175,172); }
H1.HeaderClassName
{
color: #65AFAC;
}
.AnyTagClassName
{
color: #65AFAC;
}
</style>
background-color css
<style>
a { background-color: #65AFAC; }
a { background-color: rgb(101,175,172); }
div.DivClassName
{
background-color: #65AFAC;
}
.BgClassName
{
background-color: #65AFAC;
}
</style>
border-color css
<style>
span { border-color: #65AFAC; }
span { border-color: rgb(101,175,172); }
td.TdClassName
{
border-color: #65AFAC;
}
.TagClassName
{
border-color: #65AFAC;
}
</style>