Shades of Bondi Blue #00A6AA
Tints of Bondi Blue #00A6AA
RGB
CMYK
RGB Variations
Color information
#00A6AA (or 0x00A6AA) is known color: Bondi Blue. HEX triplet: 00, A6 and AA. RGB value is (0,166,170). Sum of RGB (Red+Green+Blue) = 0+166+170=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #00A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A6AA is #FF5955. Grayscale: #747474. Windows color (decimal): -16734550 or 11183616. OLE color: 11183616.
HSL color Cylindrical-coordinate representation of color #00A6AA: hue angle of 181.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6AA is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 166 | 170 | - |
| CMYK | 1 | 0.02 | 0 | 0.33 |
| HSL | 181.41º | 1% | 0.33% | - |
| HSV(B) | 181.41º | 1% | 0.67% | - |
| XYZ | 20.89 | 30.17 | 42.75 | - |
| YUV | 116.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 170 | 1 | 0.02 | 0 | 0.33 | 181.41 | 1 | 0.33 |
| Hex | 0 | A6 | AA | 64 | 2 | 0 | 21 | B5 | 64 | 21 |
| Octal | 0 | 246 | 252 | 144 | 2 | 0 | 41 | 265 | 144 | 41 |
| Binary | 0 | 10100110 | 10101010 | 1100100 | 10 | 0 | 100001 | 10110101 | 1100100 | 100001 |
Color Harmonies of #00A6AA
Complementary color
Monochromatic Colors of #00A6AA
Black with #00A6AA
Text Example
Text Example
White with #00A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6AA; }
p { color: rgb(0,166,170); }
H1.HeaderClassName
{
color: #00A6AA;
}
.AnyTagClassName
{
color: #00A6AA;
}
</style>
background-color css
<style>
a { background-color: #00A6AA; }
a { background-color: rgb(0,166,170); }
div.DivClassName
{
background-color: #00A6AA;
}
.BgClassName
{
background-color: #00A6AA;
}
</style>
border-color css
<style>
span { border-color: #00A6AA; }
span { border-color: rgb(0,166,170); }
td.TdClassName
{
border-color: #00A6AA;
}
.TagClassName
{
border-color: #00A6AA;
}
</style>