#5FADBA

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

Shades of Fountain Blue #5FADBA

Tints of Fountain Blue #5FADBA

Color information

#5FADBA (or 0x5FADBA) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and BA. RGB value is (95,173,186). Sum of RGB (Red+Green+Blue) = 95+173+186=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADBA is #A05245. Grayscale: #979797. Windows color (decimal): -10506822 or 12234079. OLE color: 12234079.

HSL color Cylindrical-coordinate representation of color #5FADBA: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FADBA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95173186-
CMYK0.490.0700.27
HSL188.57º39.74%55.1%-
HSV(B)188.57º48.92%72.94%-
XYZ28.5335.8751.87-
YUV151.16147.6687.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.93%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=20.93%
G=38.11%
B=40.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951731860.490.0700.27188.5739.7455.1
Hex5FADBA31701Bbd2837
Octal1372552726170332755067
Binary1011111101011011011101011000111101101110111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FADBA; }

 p { color: rgb(95,173,186); }

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

<style>
 a { background-color: #5FADBA; }

 a { background-color: rgb(95,173,186); }

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

<style>
 span { border-color: #5FADBA; }

 span { border-color: rgb(95,173,186); }

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