#5DADA8

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

Shades of Fountain Blue #5DADA8

Tints of Fountain Blue #5DADA8

Color information

#5DADA8 (or 0x5DADA8) is unknown color: approx Fountain Blue. HEX triplet: 5D, AD and A8. RGB value is (93,173,168). Sum of RGB (Red+Green+Blue) = 93+173+168=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #5DADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DADA8 is #A25257. Grayscale: #949494. Windows color (decimal): -10637912 or 11054429. OLE color: 11054429.

HSL color Cylindrical-coordinate representation of color #5DADA8: hue angle of 176.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DADA8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB93173168-
CMYK0.4600.030.32
HSL176.25º32.79%52.16%-
HSV(B)176.25º46.24%67.84%-
XYZ26.5335.0442.41-
YUV148.5113988.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.43%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 168 (66.02% from 255) = 38.71%
R=21.43%
G=39.86%
B=38.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931731680.4600.030.32176.2532.7952.16
Hex5DADA82E0320b02134
Octal1352552505603402604164
Binary1011101101011011010100010111001110000010110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,168); }

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

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

 a { background-color: rgb(93,173,168); }

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

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

 span { border-color: rgb(93,173,168); }

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