Shades of Aqua #0CFBF3
Tints of Aqua #0CFBF3
RGB
CMYK
RGB Variations
Color information
#0CFBF3 (or 0x0CFBF3) is known color: Aqua. HEX triplet: 0C, FB and F3. RGB value is (12,251,243). Sum of RGB (Red+Green+Blue) = 12+251+243=506 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.37% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBF3 is #F3040C. Grayscale: #B2B2B2. Windows color (decimal): -15926285 or 15989516. OLE color: 15989516.
HSL color Cylindrical-coordinate representation of color #0CFBF3: hue angle of 177.99º 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 #0CFBF3 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 243 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.02 |
| HSL | 177.99º | 0.97% | 0.52% | - |
| HSV(B) | 177.99º | 0.95% | 0.98% | - |
| XYZ | 50.83 | 75.54 | 96.7 | - |
| YUV | 178.63 | 164.32 | 9.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 243 | 0.95 | 0 | 0.03 | 0.02 | 177.99 | 0.97 | 0.52 |
| Hex | C | FB | F3 | 5F | 0 | 3 | 2 | B2 | 61 | 34 |
| Octal | 14 | 373 | 363 | 137 | 0 | 3 | 2 | 262 | 141 | 64 |
| Binary | 1100 | 11111011 | 11110011 | 1011111 | 0 | 11 | 10 | 10110010 | 1100001 | 110100 |
Color Harmonies of #0CFBF3
Complementary color
Monochromatic Colors of #0CFBF3
Black with #0CFBF3
Text Example
Text Example
White with #0CFBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBF3; }
p { color: rgb(12,251,243); }
H1.HeaderClassName
{
color: #0CFBF3;
}
.AnyTagClassName
{
color: #0CFBF3;
}
</style>
background-color css
<style>
a { background-color: #0CFBF3; }
a { background-color: rgb(12,251,243); }
div.DivClassName
{
background-color: #0CFBF3;
}
.BgClassName
{
background-color: #0CFBF3;
}
</style>
border-color css
<style>
span { border-color: #0CFBF3; }
span { border-color: rgb(12,251,243); }
td.TdClassName
{
border-color: #0CFBF3;
}
.TagClassName
{
border-color: #0CFBF3;
}
</style>