Shades of Aqua #0DFAF0
Tints of Aqua #0DFAF0
RGB
CMYK
RGB Variations
Color information
#0DFAF0 (or 0x0DFAF0) is known color: Aqua. HEX triplet: 0D, FA and F0. RGB value is (13,250,240). Sum of RGB (Red+Green+Blue) = 13+250+240=503 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.58% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFAF0 is #F2050F. Grayscale: #B1B1B1. Windows color (decimal): -15861008 or 15792653. OLE color: 15792653.
HSL color Cylindrical-coordinate representation of color #0DFAF0: hue angle of 177.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFAF0 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 240 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.02 |
| HSL | 177.47º | 0.96% | 0.52% | - |
| HSV(B) | 177.47º | 0.95% | 0.98% | - |
| XYZ | 50.08 | 74.75 | 94.23 | - |
| YUV | 178 | 162.98 | 10.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 240 | 0.95 | 0 | 0.04 | 0.02 | 177.47 | 0.96 | 0.52 |
| Hex | D | FA | F0 | 5F | 0 | 4 | 2 | B1 | 60 | 34 |
| Octal | 15 | 372 | 360 | 137 | 0 | 4 | 2 | 261 | 140 | 64 |
| Binary | 1101 | 11111010 | 11110000 | 1011111 | 0 | 100 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #0DFAF0
Complementary color
Monochromatic Colors of #0DFAF0
Black with #0DFAF0
Text Example
Text Example
White with #0DFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFAF0; }
p { color: rgb(13,250,240); }
H1.HeaderClassName
{
color: #0DFAF0;
}
.AnyTagClassName
{
color: #0DFAF0;
}
</style>
background-color css
<style>
a { background-color: #0DFAF0; }
a { background-color: rgb(13,250,240); }
div.DivClassName
{
background-color: #0DFAF0;
}
.BgClassName
{
background-color: #0DFAF0;
}
</style>
border-color css
<style>
span { border-color: #0DFAF0; }
span { border-color: rgb(13,250,240); }
td.TdClassName
{
border-color: #0DFAF0;
}
.TagClassName
{
border-color: #0DFAF0;
}
</style>