Shades of Aqua #0CFBF5
Tints of Aqua #0CFBF5
RGB
CMYK
RGB Variations
Color information
#0CFBF5 (or 0x0CFBF5) is known color: Aqua. HEX triplet: 0C, FB and F5. RGB value is (12,251,245). Sum of RGB (Red+Green+Blue) = 12+251+245=508 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.36% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBF5 is #F3040A. Grayscale: #B2B2B2. Windows color (decimal): -15926283 or 16120588. OLE color: 16120588.
HSL color Cylindrical-coordinate representation of color #0CFBF5: hue angle of 178.49º degrees, saturation: 0.97, 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 #0CFBF5 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 245 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.02 |
| HSL | 178.49º | 0.97% | 0.52% | - |
| HSV(B) | 178.49º | 0.95% | 0.98% | - |
| XYZ | 51.13 | 75.67 | 98.3 | - |
| YUV | 178.86 | 165.32 | 8.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 245 | 0.95 | 0 | 0.02 | 0.02 | 178.49 | 0.97 | 0.52 |
| Hex | C | FB | F5 | 5F | 0 | 2 | 2 | B2 | 61 | 34 |
| Octal | 14 | 373 | 365 | 137 | 0 | 2 | 2 | 262 | 141 | 64 |
| Binary | 1100 | 11111011 | 11110101 | 1011111 | 0 | 10 | 10 | 10110010 | 1100001 | 110100 |
Color Harmonies of #0CFBF5
Complementary color
Monochromatic Colors of #0CFBF5
Black with #0CFBF5
Text Example
Text Example
White with #0CFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBF5; }
p { color: rgb(12,251,245); }
H1.HeaderClassName
{
color: #0CFBF5;
}
.AnyTagClassName
{
color: #0CFBF5;
}
</style>
background-color css
<style>
a { background-color: #0CFBF5; }
a { background-color: rgb(12,251,245); }
div.DivClassName
{
background-color: #0CFBF5;
}
.BgClassName
{
background-color: #0CFBF5;
}
</style>
border-color css
<style>
span { border-color: #0CFBF5; }
span { border-color: rgb(12,251,245); }
td.TdClassName
{
border-color: #0CFBF5;
}
.TagClassName
{
border-color: #0CFBF5;
}
</style>