#5DBABE

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

Shades of Fountain Blue #5DBABE

Tints of Fountain Blue #5DBABE

Color information

#5DBABE (or 0x5DBABE) is unknown color: approx Fountain Blue. HEX triplet: 5D, BA and BE. RGB value is (93,186,190). Sum of RGB (Red+Green+Blue) = 93+186+190=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBABE is #A24541. Grayscale: #9E9E9E. Windows color (decimal): -10634562 or 12499549. OLE color: 12499549.

HSL color Cylindrical-coordinate representation of color #5DBABE: hue angle of 182.47º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBABE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93186190-
CMYK0.510.0200.25
HSL182.47º42.73%55.49%-
HSV(B)182.47º51.05%74.51%-
XYZ31.3741.1655.01-
YUV158.65145.6981.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=19.83%
G=39.66%
B=40.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931861900.510.0200.25182.4742.7355.49
Hex5DBABE332019b62b37
Octal1352722766320312665367
Binary101110110111010101111101100111001100110110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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