Shades of Foam #C6FBF2
Tints of Foam #C6FBF2
RGB
CMYK
RGB Variations
Color information
#C6FBF2 (or 0xC6FBF2) is known color: Foam. HEX triplet: C6, FB and F2. RGB value is (198,251,242). Sum of RGB (Red+Green+Blue) = 198+251+242=691 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.65% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FBF2 is #39040D. Grayscale: #EAEAEA. Windows color (decimal): -3736590 or 15924166. OLE color: 15924166.
HSL color Cylindrical-coordinate representation of color #C6FBF2: hue angle of 169.81º degrees, saturation: 0.87, 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 #C6FBF2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 242 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.02 |
| HSL | 169.81º | 0.87% | 0.88% | - |
| HSV(B) | 169.81º | 0.21% | 0.98% | - |
| XYZ | 73.81 | 87.41 | 96.99 | - |
| YUV | 234.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 242 | 0.21 | 0 | 0.04 | 0.02 | 169.81 | 0.87 | 0.88 |
| Hex | C6 | FB | F2 | 15 | 0 | 4 | 2 | AA | 57 | 58 |
| Octal | 306 | 373 | 362 | 25 | 0 | 4 | 2 | 252 | 127 | 130 |
| Binary | 11000110 | 11111011 | 11110010 | 10101 | 0 | 100 | 10 | 10101010 | 1010111 | 1011000 |
Color Harmonies of #C6FBF2
Complementary color
Monochromatic Colors of #C6FBF2
Black with #C6FBF2
Text Example
Text Example
White with #C6FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FBF2; }
p { color: rgb(198,251,242); }
H1.HeaderClassName
{
color: #C6FBF2;
}
.AnyTagClassName
{
color: #C6FBF2;
}
</style>
background-color css
<style>
a { background-color: #C6FBF2; }
a { background-color: rgb(198,251,242); }
div.DivClassName
{
background-color: #C6FBF2;
}
.BgClassName
{
background-color: #C6FBF2;
}
</style>
border-color css
<style>
span { border-color: #C6FBF2; }
span { border-color: rgb(198,251,242); }
td.TdClassName
{
border-color: #C6FBF2;
}
.TagClassName
{
border-color: #C6FBF2;
}
</style>