Shades of Foam #C2FFF5
Tints of Foam #C2FFF5
RGB
CMYK
RGB Variations
Color information
#C2FFF5 (or 0xC2FFF5) is known color: Foam. HEX triplet: C2, FF and F5. RGB value is (194,255,245). Sum of RGB (Red+Green+Blue) = 194+255+245=694 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.95% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF5 is #3D000A. Grayscale: #EBEBEB. Windows color (decimal): -3997707 or 16121794. OLE color: 16121794.
HSL color Cylindrical-coordinate representation of color #C2FFF5: hue angle of 170.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFF5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 245 | - |
CMYK | 0.24 | 0 | 0.04 | 0 |
HSL | 170.16º | 1% | 0.88% | - |
HSV(B) | 170.16º | 0.24% | 1% | - |
XYZ | 74.49 | 89.58 | 99.75 | - |
YUV | 235.62 | 133.29 | 98.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 245 | 0.24 | 0 | 0.04 | 0 | 170.16 | 1 | 0.88 |
Hex | C2 | FF | F5 | 18 | 0 | 4 | 0 | AA | 64 | 58 |
Octal | 302 | 377 | 365 | 30 | 0 | 4 | 0 | 252 | 144 | 130 |
Binary | 11000010 | 11111111 | 11110101 | 11000 | 0 | 100 | 0 | 10101010 | 1100100 | 1011000 |
Color Harmonies of #C2FFF5
Complementary color
Monochromatic Colors of #C2FFF5
Black with #C2FFF5
Text Example
Text Example
White with #C2FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFF5; }
p { color: rgb(194,255,245); }
H1.HeaderClassName
{
color: #C2FFF5;
}
.AnyTagClassName
{
color: #C2FFF5;
}
</style>
background-color css
<style>
a { background-color: #C2FFF5; }
a { background-color: rgb(194,255,245); }
div.DivClassName
{
background-color: #C2FFF5;
}
.BgClassName
{
background-color: #C2FFF5;
}
</style>
border-color css
<style>
span { border-color: #C2FFF5; }
span { border-color: rgb(194,255,245); }
td.TdClassName
{
border-color: #C2FFF5;
}
.TagClassName
{
border-color: #C2FFF5;
}
</style>