Shades of Fountain Blue #66B7B4
Tints of Fountain Blue #66B7B4
RGB
CMYK
RGB Variations
Color information
#66B7B4 (or 0x66B7B4) is known color: Fountain Blue. HEX triplet: 66, B7 and B4. RGB value is (102,183,180). Sum of RGB (Red+Green+Blue) = 102+183+180=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #66B7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7B4 is #99484B. Grayscale: #9E9E9E. Windows color (decimal): -10045516 or 11843430. OLE color: 11843430.
HSL color Cylindrical-coordinate representation of color #66B7B4: hue angle of 177.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B7B4 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 180 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.28 |
| HSL | 177.78º | 0.36% | 0.56% | - |
| HSV(B) | 177.78º | 0.44% | 0.72% | - |
| XYZ | 30.65 | 39.99 | 49.28 | - |
| YUV | 158.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 180 | 0.44 | 0 | 0.02 | 0.28 | 177.78 | 0.36 | 0.56 |
| Hex | 66 | B7 | B4 | 2C | 0 | 2 | 1C | B2 | 24 | 38 |
| Octal | 146 | 267 | 264 | 54 | 0 | 2 | 34 | 262 | 44 | 70 |
| Binary | 1100110 | 10110111 | 10110100 | 101100 | 0 | 10 | 11100 | 10110010 | 100100 | 111000 |
Color Harmonies of #66B7B4
Complementary color
Monochromatic Colors of #66B7B4
Black with #66B7B4
Text Example
Text Example
White with #66B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B7B4; }
p { color: rgb(102,183,180); }
H1.HeaderClassName
{
color: #66B7B4;
}
.AnyTagClassName
{
color: #66B7B4;
}
</style>
background-color css
<style>
a { background-color: #66B7B4; }
a { background-color: rgb(102,183,180); }
div.DivClassName
{
background-color: #66B7B4;
}
.BgClassName
{
background-color: #66B7B4;
}
</style>
border-color css
<style>
span { border-color: #66B7B4; }
span { border-color: rgb(102,183,180); }
td.TdClassName
{
border-color: #66B7B4;
}
.TagClassName
{
border-color: #66B7B4;
}
</style>