#5FADB6

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

Shades of Fountain Blue #5FADB6

Tints of Fountain Blue #5FADB6

Color information

#5FADB6 (or 0x5FADB6) is unknown color: approx Fountain Blue. HEX triplet: 5F, AD and B6. RGB value is (95,173,182). Sum of RGB (Red+Green+Blue) = 95+173+182=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #5FADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADB6 is #A05249. Grayscale: #969696. Windows color (decimal): -10506826 or 11971935. OLE color: 11971935.

HSL color Cylindrical-coordinate representation of color #5FADB6: hue angle of 186.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FADB6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB95173182-
CMYK0.480.0500.29
HSL186.21º37.34%54.31%-
HSV(B)186.21º47.8%71.37%-
XYZ28.1135.749.66-
YUV150.7145.6688.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=21.11%
G=38.44%
B=40.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951731820.480.0500.29186.2137.3454.31
Hex5FADB630501Dba2536
Octal1372552666050352724566
Binary1011111101011011011011011000010101110110111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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