Html Css Color HEX #07A8AC Bondi Blue

📋 copy color: '#07A8AC'

red 7 ◦ green 168 ◦ blue 172

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

Shades of Bondi Blue #07A8AC

Tints of Bondi Blue #07A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

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

R = 2.02%
G = 48.41%
B = 49.57%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A8AC (or 0x07A8AC) is known color: Bondi Blue. HEX triplet: 07, A8 and AC. RGB value is (7,168,172). Sum of RGB (Red+Green+Blue) = 7+168+172=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #07A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8AC is #F85753. Grayscale: #787878. Windows color (decimal): -16275284 or 11315207. OLE color: 11315207.

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

Color convert

RGB 7 168 172 -
CMYK 0.96 0.02 0 0.33
HSL 181.45º 0.92% 0.35% -
HSV(B) 181.45º 0.96% 0.67% -
XYZ 21.54 31.03 43.88 -
YUV 120.32 157.16 47.17 -
System Red Green Blue C M Y K H S L
Decimal 7 168 172 0.96 0.02 0 0.33 181.45 0.92 0.35
Hex 7 A8 AC 60 2 0 21 B5 5C 23
Octal 7 250 254 140 2 0 41 265 134 43
Binary 111 10101000 10101100 1100000 10 0 100001 10110101 1011100 100011

Color Harmonies of #07A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8AC

Black with #07A8AC

Text Example


Text Example

White with #07A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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