Shades of Aqua #0FFCF2
Tints of Aqua #0FFCF2
RGB
CMYK
RGB Variations
Color information
#0FFCF2 (or 0x0FFCF2) is known color: Aqua. HEX triplet: 0F, FC and F2. RGB value is (15,252,242). Sum of RGB (Red+Green+Blue) = 15+252+242=509 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.95% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCF2 is #F0030D. Grayscale: #B3B3B3. Windows color (decimal): -15729422 or 15924239. OLE color: 15924239.
HSL color Cylindrical-coordinate representation of color #0FFCF2: hue angle of 177.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCF2 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 242 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.01 |
| HSL | 177.47º | 0.98% | 0.52% | - |
| HSV(B) | 177.47º | 0.94% | 0.99% | - |
| XYZ | 51.03 | 76.13 | 96.01 | - |
| YUV | 180 | 162.98 | 10.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 242 | 0.94 | 0 | 0.04 | 0.01 | 177.47 | 0.98 | 0.52 |
| Hex | F | FC | F2 | 5E | 0 | 4 | 1 | B1 | 62 | 34 |
| Octal | 17 | 374 | 362 | 136 | 0 | 4 | 1 | 261 | 142 | 64 |
| Binary | 1111 | 11111100 | 11110010 | 1011110 | 0 | 100 | 1 | 10110001 | 1100010 | 110100 |
Color Harmonies of #0FFCF2
Complementary color
Monochromatic Colors of #0FFCF2
Black with #0FFCF2
Text Example
Text Example
White with #0FFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCF2; }
p { color: rgb(15,252,242); }
H1.HeaderClassName
{
color: #0FFCF2;
}
.AnyTagClassName
{
color: #0FFCF2;
}
</style>
background-color css
<style>
a { background-color: #0FFCF2; }
a { background-color: rgb(15,252,242); }
div.DivClassName
{
background-color: #0FFCF2;
}
.BgClassName
{
background-color: #0FFCF2;
}
</style>
border-color css
<style>
span { border-color: #0FFCF2; }
span { border-color: rgb(15,252,242); }
td.TdClassName
{
border-color: #0FFCF2;
}
.TagClassName
{
border-color: #0FFCF2;
}
</style>