Shades of Foam #C2FDF4
Tints of Foam #C2FDF4
RGB
CMYK
RGB Variations
Color information
#C2FDF4 (or 0xC2FDF4) is known color: Foam. HEX triplet: C2, FD and F4. RGB value is (194,253,244). Sum of RGB (Red+Green+Blue) = 194+253+244=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDF4 is #3D020B. Grayscale: #EAEAEA. Windows color (decimal): -3998220 or 16055746. OLE color: 16055746.
HSL color Cylindrical-coordinate representation of color #C2FDF4: hue angle of 170.85º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDF4 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 253 | 244 | - |
CMYK | 0.23 | 0 | 0.04 | 0.01 |
HSL | 170.85º | 0.94% | 0.88% | - |
HSV(B) | 170.85º | 0.23% | 0.99% | - |
XYZ | 73.7 | 88.25 | 98.74 | - |
YUV | 234.33 | 133.45 | 99.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 253 | 244 | 0.23 | 0 | 0.04 | 0.01 | 170.85 | 0.94 | 0.88 |
Hex | C2 | FD | F4 | 17 | 0 | 4 | 1 | AB | 5E | 58 |
Octal | 302 | 375 | 364 | 27 | 0 | 4 | 1 | 253 | 136 | 130 |
Binary | 11000010 | 11111101 | 11110100 | 10111 | 0 | 100 | 1 | 10101011 | 1011110 | 1011000 |
Color Harmonies of #C2FDF4
Complementary color
Monochromatic Colors of #C2FDF4
Black with #C2FDF4
Text Example
Text Example
White with #C2FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDF4; }
p { color: rgb(194,253,244); }
H1.HeaderClassName
{
color: #C2FDF4;
}
.AnyTagClassName
{
color: #C2FDF4;
}
</style>
background-color css
<style>
a { background-color: #C2FDF4; }
a { background-color: rgb(194,253,244); }
div.DivClassName
{
background-color: #C2FDF4;
}
.BgClassName
{
background-color: #C2FDF4;
}
</style>
border-color css
<style>
span { border-color: #C2FDF4; }
span { border-color: rgb(194,253,244); }
td.TdClassName
{
border-color: #C2FDF4;
}
.TagClassName
{
border-color: #C2FDF4;
}
</style>