Html Css Color HEX #07A0AA Bondi Blue

📋 copy color: '#07A0AA'

red 7 ◦ green 160 ◦ blue 170

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

Shades of Bondi Blue #07A0AA

Tints of Bondi Blue #07A0AA

RGB

 RED value IS 7 (3.13% from 255) = 2.08%

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

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

R = 2.08%
G = 47.48%
B = 50.45%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A0AA (or 0x07A0AA) is known color: Bondi Blue. HEX triplet: 07, A0 and AA. RGB value is (7,160,170). Sum of RGB (Red+Green+Blue) = 7+160+170=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #07A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A0AA is #F85F55. Grayscale: #737373. Windows color (decimal): -16277334 or 11182087. OLE color: 11182087.

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

Color convert

RGB 7 160 170 -
CMYK 0.96 0.06 0 0.33
HSL 183.68º 0.92% 0.35% -
HSV(B) 183.68º 0.96% 0.67% -
XYZ 19.91 28.09 42.4 -
YUV 115.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 7 160 170 0.96 0.06 0 0.33 183.68 0.92 0.35
Hex 7 A0 AA 60 6 0 21 B8 5C 23
Octal 7 240 252 140 6 0 41 270 134 43
Binary 111 10100000 10101010 1100000 110 0 100001 10111000 1011100 100011

Color Harmonies of #07A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A0AA

Black with #07A0AA

Text Example


Text Example

White with #07A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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