#04A1AC

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

Shades of Bondi Blue #04A1AC

Tints of Bondi Blue #04A1AC

Color information

#04A1AC (or 0x04A1AC) is unknown color: approx Bondi Blue. HEX triplet: 04, A1 and AC. RGB value is (4,161,172). Sum of RGB (Red+Green+Blue) = 4+161+172=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #04A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A1AC is #FB5E53. Grayscale: #737373. Windows color (decimal): -16473684 or 11313412. OLE color: 11313412.

HSL color Cylindrical-coordinate representation of color #04A1AC: hue angle of 183.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1AC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4161172-
CMYK0.980.0600.33
HSL183.93º95.45%34.51%-
HSV(B)183.93º97.67%67.45%-
XYZ20.2428.4943.46-
YUV115.31159.9948.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=1.19%
G=47.77%
B=51.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41611720.980.0600.33183.9395.4534.51
Hex4A1AC626021b85f23
Octal4241254142604127013743
Binary100101000011010110011000101100100001101110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A1AC; }

 p { color: rgb(4,161,172); }

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

<style>
 a { background-color: #04A1AC; }

 a { background-color: rgb(4,161,172); }

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

<style>
 span { border-color: #04A1AC; }

 span { border-color: rgb(4,161,172); }

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