Shades of Bondi Blue #04A0AA
Tints of Bondi Blue #04A0AA
RGB
CMYK
RGB Variations
Color information
#04A0AA (or 0x04A0AA) is known color: Bondi Blue. HEX triplet: 04, A0 and AA. RGB value is (4,160,170). Sum of RGB (Red+Green+Blue) = 4+160+170=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #04A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A0AA is #FB5F55. Grayscale: #727272. Windows color (decimal): -16473942 or 11182084. OLE color: 11182084.
HSL color Cylindrical-coordinate representation of color #04A0AA: hue angle of 183.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0AA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 160 | 170 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.33 |
| HSL | 183.61º | 0.95% | 0.34% | - |
| HSV(B) | 183.61º | 0.98% | 0.67% | - |
| XYZ | 19.88 | 28.07 | 42.4 | - |
| YUV | 114.5 | 159.32 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 170 | 0.98 | 0.06 | 0 | 0.33 | 183.61 | 0.95 | 0.34 |
| Hex | 4 | A0 | AA | 62 | 6 | 0 | 21 | B8 | 5F | 22 |
| Octal | 4 | 240 | 252 | 142 | 6 | 0 | 41 | 270 | 137 | 42 |
| Binary | 100 | 10100000 | 10101010 | 1100010 | 110 | 0 | 100001 | 10111000 | 1011111 | 100010 |
Color Harmonies of #04A0AA
Complementary color
Monochromatic Colors of #04A0AA
Black with #04A0AA
Text Example
Text Example
White with #04A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0AA; }
p { color: rgb(4,160,170); }
H1.HeaderClassName
{
color: #04A0AA;
}
.AnyTagClassName
{
color: #04A0AA;
}
</style>
background-color css
<style>
a { background-color: #04A0AA; }
a { background-color: rgb(4,160,170); }
div.DivClassName
{
background-color: #04A0AA;
}
.BgClassName
{
background-color: #04A0AA;
}
</style>
border-color css
<style>
span { border-color: #04A0AA; }
span { border-color: rgb(4,160,170); }
td.TdClassName
{
border-color: #04A0AA;
}
.TagClassName
{
border-color: #04A0AA;
}
</style>