Shades of Foam #C6FAF5
Tints of Foam #C6FAF5
RGB
CMYK
RGB Variations
Color information
#C6FAF5 (or 0xC6FAF5) is known color: Foam. HEX triplet: C6, FA and F5. RGB value is (198,250,245). Sum of RGB (Red+Green+Blue) = 198+250+245=693 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.57% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF5 is #39050A. Grayscale: #E9E9E9. Windows color (decimal): -3736843 or 16120518. OLE color: 16120518.
HSL color Cylindrical-coordinate representation of color #C6FAF5: hue angle of 174.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAF5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 245 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.02 |
| HSL | 174.23º | 0.84% | 0.88% | - |
| HSV(B) | 174.23º | 0.21% | 0.98% | - |
| XYZ | 73.96 | 86.97 | 99.28 | - |
| YUV | 233.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 245 | 0.21 | 0 | 0.02 | 0.02 | 174.23 | 0.84 | 0.88 |
| Hex | C6 | FA | F5 | 15 | 0 | 2 | 2 | AE | 54 | 58 |
| Octal | 306 | 372 | 365 | 25 | 0 | 2 | 2 | 256 | 124 | 130 |
| Binary | 11000110 | 11111010 | 11110101 | 10101 | 0 | 10 | 10 | 10101110 | 1010100 | 1011000 |
Color Harmonies of #C6FAF5
Complementary color
Monochromatic Colors of #C6FAF5
Black with #C6FAF5
Text Example
Text Example
White with #C6FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAF5; }
p { color: rgb(198,250,245); }
H1.HeaderClassName
{
color: #C6FAF5;
}
.AnyTagClassName
{
color: #C6FAF5;
}
</style>
background-color css
<style>
a { background-color: #C6FAF5; }
a { background-color: rgb(198,250,245); }
div.DivClassName
{
background-color: #C6FAF5;
}
.BgClassName
{
background-color: #C6FAF5;
}
</style>
border-color css
<style>
span { border-color: #C6FAF5; }
span { border-color: rgb(198,250,245); }
td.TdClassName
{
border-color: #C6FAF5;
}
.TagClassName
{
border-color: #C6FAF5;
}
</style>