Shades of Aqua #02FBED
Tints of Aqua #02FBED
RGB
CMYK
RGB Variations
Color information
#02FBED (or 0x02FBED) is known color: Aqua. HEX triplet: 02, FB and ED. RGB value is (2,251,237). Sum of RGB (Red+Green+Blue) = 2+251+237=490 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FBED is #FD0412. Grayscale: #AEAEAE. Windows color (decimal): -16581651 or 15596290. OLE color: 15596290.
HSL color Cylindrical-coordinate representation of color #02FBED: hue angle of 176.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FBED is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 237 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.02 |
| HSL | 176.63º | 0.98% | 0.5% | - |
| HSV(B) | 176.63º | 0.99% | 0.98% | - |
| XYZ | 49.81 | 75.12 | 92 | - |
| YUV | 174.95 | 163.01 | 4.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 237 | 0.99 | 0 | 0.06 | 0.02 | 176.63 | 0.98 | 0.5 |
| Hex | 2 | FB | ED | 63 | 0 | 6 | 2 | B1 | 62 | 32 |
| Octal | 2 | 373 | 355 | 143 | 0 | 6 | 2 | 261 | 142 | 62 |
| Binary | 10 | 11111011 | 11101101 | 1100011 | 0 | 110 | 10 | 10110001 | 1100010 | 110010 |
Color Harmonies of #02FBED
Complementary color
Monochromatic Colors of #02FBED
Black with #02FBED
Text Example
Text Example
White with #02FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBED; }
p { color: rgb(2,251,237); }
H1.HeaderClassName
{
color: #02FBED;
}
.AnyTagClassName
{
color: #02FBED;
}
</style>
background-color css
<style>
a { background-color: #02FBED; }
a { background-color: rgb(2,251,237); }
div.DivClassName
{
background-color: #02FBED;
}
.BgClassName
{
background-color: #02FBED;
}
</style>
border-color css
<style>
span { border-color: #02FBED; }
span { border-color: rgb(2,251,237); }
td.TdClassName
{
border-color: #02FBED;
}
.TagClassName
{
border-color: #02FBED;
}
</style>