Html Css Color HEX #07A0AC Bondi Blue

📋 copy color: '#07A0AC'

red 7 ◦ green 160 ◦ blue 172

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

Shades of Bondi Blue #07A0AC

Tints of Bondi Blue #07A0AC

RGB

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

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

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

R = 2.06%
G = 47.2%
B = 50.74%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A0AC (or 0x07A0AC) is known color: Bondi Blue. HEX triplet: 07, A0 and AC. RGB value is (7,160,172). Sum of RGB (Red+Green+Blue) = 7+160+172=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #07A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A0AC is #F85F53. Grayscale: #737373. Windows color (decimal): -16277332 or 11313159. OLE color: 11313159.

HSL color Cylindrical-coordinate representation of color #07A0AC: hue angle of 184.36º 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 #07A0AC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 160 172 -
CMYK 0.96 0.07 0 0.33
HSL 184.36º 0.92% 0.35% -
HSV(B) 184.36º 0.96% 0.67% -
XYZ 20.1 28.17 43.41 -
YUV 115.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 7 160 172 0.96 0.07 0 0.33 184.36 0.92 0.35
Hex 7 A0 AC 60 7 0 21 B8 5C 23
Octal 7 240 254 140 7 0 41 270 134 43
Binary 111 10100000 10101100 1100000 111 0 100001 10111000 1011100 100011

Color Harmonies of #07A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A0AC

Black with #07A0AC

Text Example


Text Example

White with #07A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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