#03A1AB

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

Shades of Bondi Blue #03A1AB

Tints of Bondi Blue #03A1AB

Color information

#03A1AB (or 0x03A1AB) is unknown color: approx Bondi Blue. HEX triplet: 03, A1 and AB. RGB value is (3,161,171). Sum of RGB (Red+Green+Blue) = 3+161+171=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 161 (63.28% from 255 or 48.06% 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 #03A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A1AB is #FC5E54. Grayscale: #727272. Windows color (decimal): -16539221 or 11247875. OLE color: 11247875.

HSL color Cylindrical-coordinate representation of color #03A1AB: hue angle of 183.57º degrees, saturation: 0.97, 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 #03A1AB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3161171-
CMYK0.980.0600.33
HSL183.57º96.55%34.12%-
HSV(B)183.57º98.25%67.06%-
XYZ20.1328.4542.96-
YUV114.9159.6548.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=0.90%
G=48.06%
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
Decimal31611710.980.0600.33183.5796.5534.12
Hex3A1AB626021b86122
Octal3241253142604127014142
Binary11101000011010101111000101100100001101110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A1AB; }

 p { color: rgb(3,161,171); }

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

<style>
 a { background-color: #03A1AB; }

 a { background-color: rgb(3,161,171); }

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

<style>
 span { border-color: #03A1AB; }

 span { border-color: rgb(3,161,171); }

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