Html Css Color HEX #07A3AA Bondi Blue

📋 copy color: '#07A3AA'

red 7 ◦ green 163 ◦ blue 170

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

Shades of Bondi Blue #07A3AA

Tints of Bondi Blue #07A3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.94%

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

R = 2.06%
G = 47.94%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A3AA (or 0x07A3AA) is known color: Bondi Blue. HEX triplet: 07, A3 and AA. RGB value is (7,163,170). Sum of RGB (Red+Green+Blue) = 7+163+170=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #07A3AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A3AA is #F85C55. Grayscale: #747474. Windows color (decimal): -16276566 or 11182855. OLE color: 11182855.

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

Color convert

RGB 7 163 170 -
CMYK 0.96 0.04 0 0.33
HSL 182.58º 0.92% 0.35% -
HSV(B) 182.58º 0.96% 0.67% -
XYZ 20.44 29.14 42.58 -
YUV 117.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 7 163 170 0.96 0.04 0 0.33 182.58 0.92 0.35
Hex 7 A3 AA 60 4 0 21 B7 5C 23
Octal 7 243 252 140 4 0 41 267 134 43
Binary 111 10100011 10101010 1100000 100 0 100001 10110111 1011100 100011

Color Harmonies of #07A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A3AA

Black with #07A3AA

Text Example


Text Example

White with #07A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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