Shades of Aqua #0FFCF5
Tints of Aqua #0FFCF5
RGB
CMYK
RGB Variations
Color information
#0FFCF5 (or 0x0FFCF5) is known color: Aqua. HEX triplet: 0F, FC and F5. RGB value is (15,252,245). Sum of RGB (Red+Green+Blue) = 15+252+245=512 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.93% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCF5 is #F0030A. Grayscale: #B4B4B4. Windows color (decimal): -15729419 or 16120847. OLE color: 16120847.
HSL color Cylindrical-coordinate representation of color #0FFCF5: hue angle of 178.23º 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 #0FFCF5 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 245 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.01 |
| HSL | 178.23º | 0.98% | 0.52% | - |
| HSV(B) | 178.23º | 0.94% | 0.99% | - |
| XYZ | 51.49 | 76.31 | 98.4 | - |
| YUV | 180.34 | 164.48 | 10.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 245 | 0.94 | 0 | 0.03 | 0.01 | 178.23 | 0.98 | 0.52 |
| Hex | F | FC | F5 | 5E | 0 | 3 | 1 | B2 | 62 | 34 |
| Octal | 17 | 374 | 365 | 136 | 0 | 3 | 1 | 262 | 142 | 64 |
| Binary | 1111 | 11111100 | 11110101 | 1011110 | 0 | 11 | 1 | 10110010 | 1100010 | 110100 |
Color Harmonies of #0FFCF5
Complementary color
Monochromatic Colors of #0FFCF5
Black with #0FFCF5
Text Example
Text Example
White with #0FFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCF5; }
p { color: rgb(15,252,245); }
H1.HeaderClassName
{
color: #0FFCF5;
}
.AnyTagClassName
{
color: #0FFCF5;
}
</style>
background-color css
<style>
a { background-color: #0FFCF5; }
a { background-color: rgb(15,252,245); }
div.DivClassName
{
background-color: #0FFCF5;
}
.BgClassName
{
background-color: #0FFCF5;
}
</style>
border-color css
<style>
span { border-color: #0FFCF5; }
span { border-color: rgb(15,252,245); }
td.TdClassName
{
border-color: #0FFCF5;
}
.TagClassName
{
border-color: #0FFCF5;
}
</style>