Shades of Fountain Blue #67B5B4
Tints of Fountain Blue #67B5B4
RGB
CMYK
RGB Variations
Color information
#67B5B4 (or 0x67B5B4) is known color: Fountain Blue. HEX triplet: 67, B5 and B4. RGB value is (103,181,180). Sum of RGB (Red+Green+Blue) = 103+181+180=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #67B5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5B4 is #984A4B. Grayscale: #9D9D9D. Windows color (decimal): -9980492 or 11842919. OLE color: 11842919.
HSL color Cylindrical-coordinate representation of color #67B5B4: hue angle of 179.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67B5B4 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 181 | 180 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.29 |
| HSL | 179.23º | 0.35% | 0.56% | - |
| HSV(B) | 179.23º | 0.43% | 0.71% | - |
| XYZ | 30.36 | 39.23 | 49.15 | - |
| YUV | 157.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 180 | 0.43 | 0 | 0.01 | 0.29 | 179.23 | 0.35 | 0.56 |
| Hex | 67 | B5 | B4 | 2B | 0 | 1 | 1D | B3 | 23 | 38 |
| Octal | 147 | 265 | 264 | 53 | 0 | 1 | 35 | 263 | 43 | 70 |
| Binary | 1100111 | 10110101 | 10110100 | 101011 | 0 | 1 | 11101 | 10110011 | 100011 | 111000 |
Color Harmonies of #67B5B4
Complementary color
Monochromatic Colors of #67B5B4
Black with #67B5B4
Text Example
Text Example
White with #67B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5B4; }
p { color: rgb(103,181,180); }
H1.HeaderClassName
{
color: #67B5B4;
}
.AnyTagClassName
{
color: #67B5B4;
}
</style>
background-color css
<style>
a { background-color: #67B5B4; }
a { background-color: rgb(103,181,180); }
div.DivClassName
{
background-color: #67B5B4;
}
.BgClassName
{
background-color: #67B5B4;
}
</style>
border-color css
<style>
span { border-color: #67B5B4; }
span { border-color: rgb(103,181,180); }
td.TdClassName
{
border-color: #67B5B4;
}
.TagClassName
{
border-color: #67B5B4;
}
</style>