Shades of Aqua #12FDFB
Tints of Aqua #12FDFB
RGB
CMYK
RGB Variations
Color information
#12FDFB (or 0x12FDFB) is known color: Aqua. HEX triplet: 12, FD and FB. RGB value is (18,253,251). Sum of RGB (Red+Green+Blue) = 18+253+251=522 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.45% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FDFB is #ED0204. Grayscale: #B6B6B6. Windows color (decimal): -15532549 or 16514322. OLE color: 16514322.
HSL color Cylindrical-coordinate representation of color #12FDFB: hue angle of 179.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDFB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 251 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.01 |
| HSL | 179.49º | 0.98% | 0.53% | - |
| HSV(B) | 179.49º | 0.93% | 0.99% | - |
| XYZ | 52.79 | 77.34 | 103.41 | - |
| YUV | 182.51 | 166.64 | 10.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 251 | 0.93 | 0 | 0.01 | 0.01 | 179.49 | 0.98 | 0.53 |
| Hex | 12 | FD | FB | 5D | 0 | 1 | 1 | B3 | 62 | 35 |
| Octal | 22 | 375 | 373 | 135 | 0 | 1 | 1 | 263 | 142 | 65 |
| Binary | 10010 | 11111101 | 11111011 | 1011101 | 0 | 1 | 1 | 10110011 | 1100010 | 110101 |
Color Harmonies of #12FDFB
Complementary color
Monochromatic Colors of #12FDFB
Black with #12FDFB
Text Example
Text Example
White with #12FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FDFB; }
p { color: rgb(18,253,251); }
H1.HeaderClassName
{
color: #12FDFB;
}
.AnyTagClassName
{
color: #12FDFB;
}
</style>
background-color css
<style>
a { background-color: #12FDFB; }
a { background-color: rgb(18,253,251); }
div.DivClassName
{
background-color: #12FDFB;
}
.BgClassName
{
background-color: #12FDFB;
}
</style>
border-color css
<style>
span { border-color: #12FDFB; }
span { border-color: rgb(18,253,251); }
td.TdClassName
{
border-color: #12FDFB;
}
.TagClassName
{
border-color: #12FDFB;
}
</style>