#5FB8B8

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

Shades of Fountain Blue #5FB8B8

Tints of Fountain Blue #5FB8B8

Color information

#5FB8B8 (or 0x5FB8B8) is unknown color: approx Fountain Blue. HEX triplet: 5F, B8 and B8. RGB value is (95,184,184). Sum of RGB (Red+Green+Blue) = 95+184+184=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: green, blue. Hex color #5FB8B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8B8 is #A04747. Grayscale: #9D9D9D. Windows color (decimal): -10504008 or 12105823. OLE color: 12105823.

HSL color Cylindrical-coordinate representation of color #5FB8B8: hue angle of 180º 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 #5FB8B8 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB95184184-
CMYK0.48000.28
HSL180º38.53%54.71%-
HSV(B)180º48.37%72.16%-
XYZ30.5140.1751.49-
YUV157.39143.0183.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=20.52%
G=39.74%
B=39.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841840.48000.2818038.5354.71
Hex5FB8B830001Cb42737
Octal1372702706000342644767
Binary10111111011100010111000110000001110010110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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