Html Css Color HEX #01A0AC Bondi Blue

📋 copy color: '#01A0AC'

red 1 ◦ green 160 ◦ blue 172

#01A0AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #01A0AC

Tints of Bondi Blue #01A0AC

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 0.3%
G = 48.05%
B = 51.65%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#01A0AC (or 0x01A0AC) is known color: Bondi Blue. HEX triplet: 01, A0 and AC. RGB value is (1,160,172). Sum of RGB (Red+Green+Blue) = 1+160+172=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #01A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A0AC is #FE5F53. Grayscale: #717171. Windows color (decimal): -16670548 or 11313153. OLE color: 11313153.

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

Color convert

RGB 1 160 172 -
CMYK 0.99 0.07 0 0.33
HSL 184.21º 0.99% 0.34% -
HSV(B) 184.21º 0.99% 0.67% -
XYZ 20.03 28.13 43.4 -
YUV 113.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 1 160 172 0.99 0.07 0 0.33 184.21 0.99 0.34
Hex 1 A0 AC 63 7 0 21 B8 63 22
Octal 1 240 254 143 7 0 41 270 143 42
Binary 1 10100000 10101100 1100011 111 0 100001 10111000 1100011 100010

Color Harmonies of #01A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0AC

Black with #01A0AC

Text Example


Text Example

White with #01A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A0AC;
 }
 .AnyTagClassName
 {
   color: #01A0AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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