#5CADAA

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

Shades of Fountain Blue #5CADAA

Tints of Fountain Blue #5CADAA

Color information

#5CADAA (or 0x5CADAA) is unknown color: approx Fountain Blue. HEX triplet: 5C, AD and AA. RGB value is (92,173,170). Sum of RGB (Red+Green+Blue) = 92+173+170=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #5CADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CADAA is #A35255. Grayscale: #949494. Windows color (decimal): -10703446 or 11185500. OLE color: 11185500.

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

Color convert

RGB92173170-
CMYK0.4700.020.32
HSL177.78º33.06%51.96%-
HSV(B)177.78º46.82%67.84%-
XYZ26.6135.0643.4-
YUV148.44140.1687.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.15%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=21.15%
G=39.77%
B=39.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921731700.4700.020.32177.7833.0651.96
Hex5CADAA2F0220b22134
Octal1342552525702402624164
Binary1011100101011011010101010111101010000010110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,173,170); }

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

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

 a { background-color: rgb(92,173,170); }

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

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

 span { border-color: rgb(92,173,170); }

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