Html Css Color HEX #04A8AC Bondi Blue

📋 copy color: '#04A8AC'

red 4 ◦ green 168 ◦ blue 172

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

Shades of Bondi Blue #04A8AC

Tints of Bondi Blue #04A8AC

RGB

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

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

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

R = 1.16%
G = 48.84%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04A8AC (or 0x04A8AC) is known color: Bondi Blue. HEX triplet: 04, A8 and AC. RGB value is (4,168,172). Sum of RGB (Red+Green+Blue) = 4+168+172=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #04A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A8AC is #FB5753. Grayscale: #777777. Windows color (decimal): -16471892 or 11315204. OLE color: 11315204.

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

Color convert

RGB 4 168 172 -
CMYK 0.98 0.02 0 0.33
HSL 181.43º 0.95% 0.35% -
HSV(B) 181.43º 0.98% 0.67% -
XYZ 21.5 31.01 43.88 -
YUV 119.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 4 168 172 0.98 0.02 0 0.33 181.43 0.95 0.35
Hex 4 A8 AC 62 2 0 21 B5 5F 23
Octal 4 250 254 142 2 0 41 265 137 43
Binary 100 10101000 10101100 1100010 10 0 100001 10110101 1011111 100011

Color Harmonies of #04A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8AC

Black with #04A8AC

Text Example


Text Example

White with #04A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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