#0FA0AC

Color #0FA0AC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0FA0AC

Tints of Bondi Blue #0FA0AC

Color information

#0FA0AC (or 0x0FA0AC) is unknown color: approx Bondi Blue. HEX triplet: 0F, A0 and AC. RGB value is (15,160,172). Sum of RGB (Red+Green+Blue) = 15+160+172=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 160 (62.89% from 255 or 46.11% 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 #0FA0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA0AC is #F05F53. Grayscale: #757575. Windows color (decimal): -15753044 or 11313167. OLE color: 11313167.

HSL color Cylindrical-coordinate representation of color #0FA0AC: hue angle of 184.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA0AC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15160172-
CMYK0.910.0700.33
HSL184.59º83.96%36.67%-
HSV(B)184.59º91.28%67.45%-
XYZ20.2128.2243.41-
YUV118.01158.4654.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.32%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=4.32%
G=46.11%
B=49.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151601720.910.0700.33184.5983.9636.67
HexFA0AC5B7021b95425
Octal17240254133704127112445
Binary1111101000001010110010110111110100001101110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FA0AC; }

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

 H1.HeaderClassName
 {
   color: #0FA0AC;
 }
 .AnyTagClassName
 {
   color: #0FA0AC;
 }
</style>
background-color css

<style>
 a { background-color: #0FA0AC; }

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

 div.DivClassName
 {
   background-color: #0FA0AC;
 }
 .BgClassName
 {
   background-color: #0FA0AC;
 }
</style>
border-color css

<style>
 span { border-color: #0FA0AC; }

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

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