#72BAB8

Color #72BAB8 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #72BAB8

Tints of Fountain Blue #72BAB8

Color information

#72BAB8 (or 0x72BAB8) is unknown color: approx Fountain Blue. HEX triplet: 72, BA and B8. RGB value is (114,186,184). Sum of RGB (Red+Green+Blue) = 114+186+184=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BAB8 is #8D4547. Grayscale: #A4A4A4. Windows color (decimal): -9258312 or 12106354. OLE color: 12106354.

HSL color Cylindrical-coordinate representation of color #72BAB8: hue angle of 178.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BAB8 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB114186184-
CMYK0.3900.010.27
HSL178.33º34.29%58.82%-
HSV(B)178.33º38.71%72.94%-
XYZ33.1542.1651.74-
YUV164.24139.1592.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=23.55%
G=38.43%
B=38.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861840.3900.010.27178.3334.2958.82
Hex72BAB827011Bb2223b
Octal1622722704701332624273
Binary11100101011101010111000100111011101110110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BAB8; }

 p { color: rgb(114,186,184); }

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

<style>
 a { background-color: #72BAB8; }

 a { background-color: rgb(114,186,184); }

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

<style>
 span { border-color: #72BAB8; }

 span { border-color: rgb(114,186,184); }

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