Shades of Aqua #0CFFF8
Tints of Aqua #0CFFF8
RGB
CMYK
RGB Variations
Color information
#0CFFF8 (or 0x0CFFF8) is known color: Aqua. HEX triplet: 0C, FF and F8. RGB value is (12,255,248). Sum of RGB (Red+Green+Blue) = 12+255+248=515 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.33% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFFF8 is #F30007. Grayscale: #B5B5B5. Windows color (decimal): -15925256 or 16318220. OLE color: 16318220.
HSL color Cylindrical-coordinate representation of color #0CFFF8: hue angle of 178.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFF8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 248 | - |
| CMYK | 0.95 | 0 | 0.03 | 0 |
| HSL | 178.27º | 1% | 0.52% | - |
| HSV(B) | 178.27º | 0.95% | 1% | - |
| XYZ | 52.85 | 78.38 | 101.15 | - |
| YUV | 181.55 | 165.49 | 7.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 248 | 0.95 | 0 | 0.03 | 0 | 178.27 | 1 | 0.52 |
| Hex | C | FF | F8 | 5F | 0 | 3 | 0 | B2 | 64 | 34 |
| Octal | 14 | 377 | 370 | 137 | 0 | 3 | 0 | 262 | 144 | 64 |
| Binary | 1100 | 11111111 | 11111000 | 1011111 | 0 | 11 | 0 | 10110010 | 1100100 | 110100 |
Color Harmonies of #0CFFF8
Complementary color
Monochromatic Colors of #0CFFF8
Black with #0CFFF8
Text Example
Text Example
White with #0CFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFF8; }
p { color: rgb(12,255,248); }
H1.HeaderClassName
{
color: #0CFFF8;
}
.AnyTagClassName
{
color: #0CFFF8;
}
</style>
background-color css
<style>
a { background-color: #0CFFF8; }
a { background-color: rgb(12,255,248); }
div.DivClassName
{
background-color: #0CFFF8;
}
.BgClassName
{
background-color: #0CFFF8;
}
</style>
border-color css
<style>
span { border-color: #0CFFF8; }
span { border-color: rgb(12,255,248); }
td.TdClassName
{
border-color: #0CFFF8;
}
.TagClassName
{
border-color: #0CFFF8;
}
</style>