Shades of Fountain Blue #64C0C3
Tints of Fountain Blue #64C0C3
RGB
CMYK
RGB Variations
Color information
#64C0C3 (or 0x64C0C3) is known color: Fountain Blue. HEX triplet: 64, C0 and C3. RGB value is (100,192,195). Sum of RGB (Red+Green+Blue) = 100+192+195=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #64C0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0C3 is #9B3F3C. Grayscale: #A4A4A4. Windows color (decimal): -10174269 or 12828772. OLE color: 12828772.
HSL color Cylindrical-coordinate representation of color #64C0C3: hue angle of 181.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C0C3 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 192 | 195 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.24 |
| HSL | 181.89º | 0.44% | 0.58% | - |
| HSV(B) | 181.89º | 0.49% | 0.76% | - |
| XYZ | 33.96 | 44.35 | 58.4 | - |
| YUV | 164.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 195 | 0.49 | 0.02 | 0 | 0.24 | 181.89 | 0.44 | 0.58 |
| Hex | 64 | C0 | C3 | 31 | 2 | 0 | 18 | B6 | 2C | 3A |
| Octal | 144 | 300 | 303 | 61 | 2 | 0 | 30 | 266 | 54 | 72 |
| Binary | 1100100 | 11000000 | 11000011 | 110001 | 10 | 0 | 11000 | 10110110 | 101100 | 111010 |
Color Harmonies of #64C0C3
Complementary color
Monochromatic Colors of #64C0C3
Black with #64C0C3
Text Example
Text Example
White with #64C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0C3; }
p { color: rgb(100,192,195); }
H1.HeaderClassName
{
color: #64C0C3;
}
.AnyTagClassName
{
color: #64C0C3;
}
</style>
background-color css
<style>
a { background-color: #64C0C3; }
a { background-color: rgb(100,192,195); }
div.DivClassName
{
background-color: #64C0C3;
}
.BgClassName
{
background-color: #64C0C3;
}
</style>
border-color css
<style>
span { border-color: #64C0C3; }
span { border-color: rgb(100,192,195); }
td.TdClassName
{
border-color: #64C0C3;
}
.TagClassName
{
border-color: #64C0C3;
}
</style>