Html Css Color HEX #00A0AA Bondi Blue

📋 copy color: '#00A0AA'

red 0 ◦ green 160 ◦ blue 170

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

Shades of Bondi Blue #00A0AA

Tints of Bondi Blue #00A0AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 0%
G = 48.48%
B = 51.52%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#00A0AA (or 0x00A0AA) is known color: Bondi Blue. HEX triplet: 00, A0 and AA. RGB value is (0,160,170). Sum of RGB (Red+Green+Blue) = 0+160+170=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #00A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A0AA is #FF5F55. Grayscale: #717171. Windows color (decimal): -16736086 or 11182080. OLE color: 11182080.

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

Color convert

RGB 0 160 170 -
CMYK 1 0.06 0 0.33
HSL 183.53º 1% 0.33% -
HSV(B) 183.53º 1% 0.67% -
XYZ 19.83 28.04 42.4 -
YUV 113.3 159.99 47.19 -
System Red Green Blue C M Y K H S L
Decimal 0 160 170 1 0.06 0 0.33 183.53 1 0.33
Hex 0 A0 AA 64 6 0 21 B8 64 21
Octal 0 240 252 144 6 0 41 270 144 41
Binary 0 10100000 10101010 1100100 110 0 100001 10111000 1100100 100001

Color Harmonies of #00A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A0AA

Black with #00A0AA

Text Example


Text Example

White with #00A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,160,170); }

 H1.HeaderClassName
 {
   color: #00A0AA;
 }
 .AnyTagClassName
 {
   color: #00A0AA;
 }
</style>

background-color css

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

 a { background-color: rgb(0,160,170); }

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

border-color css

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

 span { border-color: rgb(0,160,170); }

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