Shades of Fountain Blue #67C1C4
Tints of Fountain Blue #67C1C4
RGB
CMYK
RGB Variations
Color information
#67C1C4 (or 0x67C1C4) is known color: Fountain Blue. HEX triplet: 67, C1 and C4. RGB value is (103,193,196). Sum of RGB (Red+Green+Blue) = 103+193+196=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #67C1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C1C4 is #983E3B. Grayscale: #A6A6A6. Windows color (decimal): -9977404 or 12894567. OLE color: 12894567.
HSL color Cylindrical-coordinate representation of color #67C1C4: hue angle of 181.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C1C4 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 193 | 196 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.23 |
| HSL | 181.94º | 0.44% | 0.59% | - |
| HSV(B) | 181.94º | 0.47% | 0.77% | - |
| XYZ | 34.63 | 45.01 | 59.09 | - |
| YUV | 166.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 193 | 196 | 0.47 | 0.02 | 0 | 0.23 | 181.94 | 0.44 | 0.59 |
| Hex | 67 | C1 | C4 | 2F | 2 | 0 | 17 | B6 | 2C | 3B |
| Octal | 147 | 301 | 304 | 57 | 2 | 0 | 27 | 266 | 54 | 73 |
| Binary | 1100111 | 11000001 | 11000100 | 101111 | 10 | 0 | 10111 | 10110110 | 101100 | 111011 |
Color Harmonies of #67C1C4
Complementary color
Monochromatic Colors of #67C1C4
Black with #67C1C4
Text Example
Text Example
White with #67C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C1C4; }
p { color: rgb(103,193,196); }
H1.HeaderClassName
{
color: #67C1C4;
}
.AnyTagClassName
{
color: #67C1C4;
}
</style>
background-color css
<style>
a { background-color: #67C1C4; }
a { background-color: rgb(103,193,196); }
div.DivClassName
{
background-color: #67C1C4;
}
.BgClassName
{
background-color: #67C1C4;
}
</style>
border-color css
<style>
span { border-color: #67C1C4; }
span { border-color: rgb(103,193,196); }
td.TdClassName
{
border-color: #67C1C4;
}
.TagClassName
{
border-color: #67C1C4;
}
</style>