#5FB8B0

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

Shades of Fountain Blue #5FB8B0

Tints of Fountain Blue #5FB8B0

Color information

#5FB8B0 (or 0x5FB8B0) is unknown color: approx Fountain Blue. HEX triplet: 5F, B8 and B0. RGB value is (95,184,176). Sum of RGB (Red+Green+Blue) = 95+184+176=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB8B0 is #A0474F. Grayscale: #9C9C9C. Windows color (decimal): -10504016 or 11581535. OLE color: 11581535.

HSL color Cylindrical-coordinate representation of color #5FB8B0: hue angle of 174.61º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB8B0 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB95184176-
CMYK0.4800.040.28
HSL174.61º38.53%54.71%-
HSV(B)174.61º48.37%72.16%-
XYZ29.739.8547.2-
YUV156.48139.0184.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.88%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=20.88%
G=40.44%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841760.4800.040.28174.6138.5354.71
Hex5FB8B030041Caf2737
Octal1372702606004342574767
Binary1011111101110001011000011000001001110010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,184,176); }

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

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

 a { background-color: rgb(95,184,176); }

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

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

 span { border-color: rgb(95,184,176); }

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