#48ABAE

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

Shades of Fountain Blue #48ABAE

Tints of Fountain Blue #48ABAE

Color information

#48ABAE (or 0x48ABAE) is unknown color: approx Fountain Blue. HEX triplet: 48, AB and AE. RGB value is (72,171,174). Sum of RGB (Red+Green+Blue) = 72+171+174=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #48ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABAE is #B75451. Grayscale: #8D8D8D. Windows color (decimal): -12014674 or 11447112. OLE color: 11447112.

HSL color Cylindrical-coordinate representation of color #48ABAE: hue angle of 181.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48ABAE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72171174-
CMYK0.590.0200.32
HSL181.76º41.46%48.24%-
HSV(B)181.76º58.62%68.24%-
XYZ24.8833.5645.21-
YUV141.74146.278.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=17.27%
G=41.01%
B=41.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721711740.590.0200.32181.7641.4648.24
Hex48ABAE3B2020b62930
Octal1102532567320402665160
Binary1001000101010111010111011101110010000010110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48ABAE; }

 p { color: rgb(72,171,174); }

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

<style>
 a { background-color: #48ABAE; }

 a { background-color: rgb(72,171,174); }

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

<style>
 span { border-color: #48ABAE; }

 span { border-color: rgb(72,171,174); }

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