#5FBABB

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

Shades of Fountain Blue #5FBABB

Tints of Fountain Blue #5FBABB

Color information

#5FBABB (or 0x5FBABB) is unknown color: approx Fountain Blue. HEX triplet: 5F, BA and BB. RGB value is (95,186,187). Sum of RGB (Red+Green+Blue) = 95+186+187=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #5FBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBABB is #A04544. Grayscale: #9E9E9E. Windows color (decimal): -10503493 or 12302943. OLE color: 12302943.

HSL color Cylindrical-coordinate representation of color #5FBABB: hue angle of 180.65º 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 #5FBABB is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95186187-
CMYK0.490.0100.27
HSL180.65º40.35%55.29%-
HSV(B)180.65º49.2%73.33%-
XYZ31.2541.1453.31-
YUV158.9143.8582.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.30%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=20.30%
G=39.74%
B=39.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951861870.490.0100.27180.6540.3555.29
Hex5FBABB31101Bb52837
Octal1372722736110332655067
Binary10111111011101010111011110001101101110110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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