Shades of Aqua #07F0F3
Tints of Aqua #07F0F3
RGB
CMYK
RGB Variations
Color information
#07F0F3 (or 0x07F0F3) is known color: Aqua. HEX triplet: 07, F0 and F3. RGB value is (7,240,243). Sum of RGB (Red+Green+Blue) = 7+240+243=490 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #07F0F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F0F3 is #F80F0C. Grayscale: #AAAAAA. Windows color (decimal): -16256781 or 15986695. OLE color: 15986695.
HSL color Cylindrical-coordinate representation of color #07F0F3: hue angle of 180.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0F3 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 240 | 243 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.05 |
| HSL | 180.76º | 0.94% | 0.49% | - |
| HSV(B) | 180.76º | 0.97% | 0.95% | - |
| XYZ | 47.43 | 68.84 | 95.58 | - |
| YUV | 170.68 | 168.81 | 11.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 243 | 0.97 | 0.01 | 0 | 0.05 | 180.76 | 0.94 | 0.49 |
| Hex | 7 | F0 | F3 | 61 | 1 | 0 | 5 | B5 | 5E | 31 |
| Octal | 7 | 360 | 363 | 141 | 1 | 0 | 5 | 265 | 136 | 61 |
| Binary | 111 | 11110000 | 11110011 | 1100001 | 1 | 0 | 101 | 10110101 | 1011110 | 110001 |
Color Harmonies of #07F0F3
Complementary color
Monochromatic Colors of #07F0F3
Black with #07F0F3
Text Example
Text Example
White with #07F0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0F3; }
p { color: rgb(7,240,243); }
H1.HeaderClassName
{
color: #07F0F3;
}
.AnyTagClassName
{
color: #07F0F3;
}
</style>
background-color css
<style>
a { background-color: #07F0F3; }
a { background-color: rgb(7,240,243); }
div.DivClassName
{
background-color: #07F0F3;
}
.BgClassName
{
background-color: #07F0F3;
}
</style>
border-color css
<style>
span { border-color: #07F0F3; }
span { border-color: rgb(7,240,243); }
td.TdClassName
{
border-color: #07F0F3;
}
.TagClassName
{
border-color: #07F0F3;
}
</style>