Shades of Bondi Blue #02A0AC
Tints of Bondi Blue #02A0AC
RGB
CMYK
RGB Variations
Color information
#02A0AC (or 0x02A0AC) is known color: Bondi Blue. HEX triplet: 02, A0 and AC. RGB value is (2,160,172). Sum of RGB (Red+Green+Blue) = 2+160+172=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #02A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A0AC is #FD5F53. Grayscale: #717171. Windows color (decimal): -16605012 or 11313154. OLE color: 11313154.
HSL color Cylindrical-coordinate representation of color #02A0AC: hue angle of 184.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0AC is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 160 | 172 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.33 |
| HSL | 184.24º | 0.98% | 0.34% | - |
| HSV(B) | 184.24º | 0.99% | 0.67% | - |
| XYZ | 20.04 | 28.13 | 43.4 | - |
| YUV | 114.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 172 | 0.99 | 0.07 | 0 | 0.33 | 184.24 | 0.98 | 0.34 |
| Hex | 2 | A0 | AC | 63 | 7 | 0 | 21 | B8 | 62 | 22 |
| Octal | 2 | 240 | 254 | 143 | 7 | 0 | 41 | 270 | 142 | 42 |
| Binary | 10 | 10100000 | 10101100 | 1100011 | 111 | 0 | 100001 | 10111000 | 1100010 | 100010 |
Color Harmonies of #02A0AC
Complementary color
Monochromatic Colors of #02A0AC
Black with #02A0AC
Text Example
Text Example
White with #02A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0AC; }
p { color: rgb(2,160,172); }
H1.HeaderClassName
{
color: #02A0AC;
}
.AnyTagClassName
{
color: #02A0AC;
}
</style>
background-color css
<style>
a { background-color: #02A0AC; }
a { background-color: rgb(2,160,172); }
div.DivClassName
{
background-color: #02A0AC;
}
.BgClassName
{
background-color: #02A0AC;
}
</style>
border-color css
<style>
span { border-color: #02A0AC; }
span { border-color: rgb(2,160,172); }
td.TdClassName
{
border-color: #02A0AC;
}
.TagClassName
{
border-color: #02A0AC;
}
</style>