#00A4AB

Color #00A4AB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #00A4AB

Tints of Bondi Blue #00A4AB

Color information

#00A4AB (or 0x00A4AB) is unknown color: approx Bondi Blue. HEX triplet: 00, A4 and AB. RGB value is (0,164,171). Sum of RGB (Red+Green+Blue) = 0+164+171=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #00A4AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A4AB is #FF5B54. Grayscale: #737373. Windows color (decimal): -16735061 or 11248640. OLE color: 11248640.

HSL color Cylindrical-coordinate representation of color #00A4AB: hue angle of 182.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A4AB is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0164171-
CMYK10.0400.33
HSL182.46º100%33.53%-
HSV(B)182.46º100%67.06%-
XYZ20.6329.4943.13-
YUV115.76159.1745.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=0%
G=48.96%
B=51.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal016417110.0400.33182.4610033.53
Hex0A4AB644021b66422
Octal0244253144404126614442
Binary0101001001010101111001001000100001101101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A4AB; }

 p { color: rgb(0,164,171); }

 H1.HeaderClassName
 {
   color: #00A4AB;
 }
 .AnyTagClassName
 {
   color: #00A4AB;
 }
</style>
background-color css

<style>
 a { background-color: #00A4AB; }

 a { background-color: rgb(0,164,171); }

 div.DivClassName
 {
   background-color: #00A4AB;
 }
 .BgClassName
 {
   background-color: #00A4AB;
 }
</style>
border-color css

<style>
 span { border-color: #00A4AB; }

 span { border-color: rgb(0,164,171); }

 td.TdClassName
 {
   border-color: #00A4AB;
 }
 .TagClassName
 {
   border-color: #00A4AB;
 }
</style>