Shades of Aqua #0FFBF4
Tints of Aqua #0FFBF4
RGB
CMYK
RGB Variations
Color information
#0FFBF4 (or 0x0FFBF4) is known color: Aqua. HEX triplet: 0F, FB and F4. RGB value is (15,251,244). Sum of RGB (Red+Green+Blue) = 15+251+244=510 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.94% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBF4 is #F0040B. Grayscale: #B3B3B3. Windows color (decimal): -15729676 or 16055055. OLE color: 16055055.
HSL color Cylindrical-coordinate representation of color #0FFBF4: hue angle of 178.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBF4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 244 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.02 |
| HSL | 178.22º | 0.97% | 0.52% | - |
| HSV(B) | 178.22º | 0.94% | 0.98% | - |
| XYZ | 51.02 | 75.63 | 97.5 | - |
| YUV | 179.64 | 164.31 | 10.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 244 | 0.94 | 0 | 0.03 | 0.02 | 178.22 | 0.97 | 0.52 |
| Hex | F | FB | F4 | 5E | 0 | 3 | 2 | B2 | 61 | 34 |
| Octal | 17 | 373 | 364 | 136 | 0 | 3 | 2 | 262 | 141 | 64 |
| Binary | 1111 | 11111011 | 11110100 | 1011110 | 0 | 11 | 10 | 10110010 | 1100001 | 110100 |
Color Harmonies of #0FFBF4
Complementary color
Monochromatic Colors of #0FFBF4
Black with #0FFBF4
Text Example
Text Example
White with #0FFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBF4; }
p { color: rgb(15,251,244); }
H1.HeaderClassName
{
color: #0FFBF4;
}
.AnyTagClassName
{
color: #0FFBF4;
}
</style>
background-color css
<style>
a { background-color: #0FFBF4; }
a { background-color: rgb(15,251,244); }
div.DivClassName
{
background-color: #0FFBF4;
}
.BgClassName
{
background-color: #0FFBF4;
}
</style>
border-color css
<style>
span { border-color: #0FFBF4; }
span { border-color: rgb(15,251,244); }
td.TdClassName
{
border-color: #0FFBF4;
}
.TagClassName
{
border-color: #0FFBF4;
}
</style>