#01ACAE

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

Shades of Bondi Blue #01ACAE

Tints of Bondi Blue #01ACAE

Color information

#01ACAE (or 0x01ACAE) is unknown color: approx Bondi Blue. HEX triplet: 01, AC and AE. RGB value is (1,172,174). Sum of RGB (Red+Green+Blue) = 1+172+174=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #01ACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ACAE is #FE5351. Grayscale: #787878. Windows color (decimal): -16667474 or 11447297. OLE color: 11447297.

HSL color Cylindrical-coordinate representation of color #01ACAE: hue angle of 180.69º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ACAE is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1172174-
CMYK0.990.0100.32
HSL180.69º98.86%34.31%-
HSV(B)180.69º99.43%68.24%-
XYZ22.4132.5745.15-
YUV121.1157.8542.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=0.29%
G=49.57%
B=50.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11721740.990.0100.32180.6998.8634.31
Hex1ACAE631020b56322
Octal1254256143104026514342
Binary11010110010101110110001110100000101101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01ACAE; }

 p { color: rgb(1,172,174); }

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

<style>
 a { background-color: #01ACAE; }

 a { background-color: rgb(1,172,174); }

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

<style>
 span { border-color: #01ACAE; }

 span { border-color: rgb(1,172,174); }

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