#5DBAB4

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

Shades of Fountain Blue #5DBAB4

Tints of Fountain Blue #5DBAB4

Color information

#5DBAB4 (or 0x5DBAB4) is unknown color: approx Fountain Blue. HEX triplet: 5D, BA and B4. RGB value is (93,186,180). Sum of RGB (Red+Green+Blue) = 93+186+180=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAB4 is #A2454B. Grayscale: #9D9D9D. Windows color (decimal): -10634572 or 11844189. OLE color: 11844189.

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

Color convert

RGB93186180-
CMYK0.500.030.27
HSL176.13º40.26%54.71%-
HSV(B)176.13º50%72.94%-
XYZ30.3140.7449.45-
YUV157.51140.6981.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.26%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=20.26%
G=40.52%
B=39.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861800.500.030.27176.1340.2654.71
Hex5DBAB432031Bb02837
Octal1352722646203332605067
Binary101110110111010101101001100100111101110110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,180); }

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

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

 a { background-color: rgb(93,186,180); }

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

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

 span { border-color: rgb(93,186,180); }

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