Html Css Color HEX #04A0AC Bondi Blue

📋 copy color: '#04A0AC'

red 4 ◦ green 160 ◦ blue 172

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

Shades of Bondi Blue #04A0AC

Tints of Bondi Blue #04A0AC

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

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

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

R = 1.19%
G = 47.62%
B = 51.19%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04A0AC (or 0x04A0AC) is known color: Bondi Blue. HEX triplet: 04, A0 and AC. RGB value is (4,160,172). Sum of RGB (Red+Green+Blue) = 4+160+172=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #04A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A0AC is #FB5F53. Grayscale: #727272. Windows color (decimal): -16473940 or 11313156. OLE color: 11313156.

HSL color Cylindrical-coordinate representation of color #04A0AC: hue angle of 184.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A0AC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 160 172 -
CMYK 0.98 0.07 0 0.33
HSL 184.29º 0.95% 0.35% -
HSV(B) 184.29º 0.98% 0.67% -
XYZ 20.07 28.15 43.4 -
YUV 114.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 4 160 172 0.98 0.07 0 0.33 184.29 0.95 0.35
Hex 4 A0 AC 62 7 0 21 B8 5F 23
Octal 4 240 254 142 7 0 41 270 137 43
Binary 100 10100000 10101100 1100010 111 0 100001 10111000 1011111 100011

Color Harmonies of #04A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A0AC

Black with #04A0AC

Text Example


Text Example

White with #04A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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