#5DC2C0

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

Shades of Fountain Blue #5DC2C0

Tints of Fountain Blue #5DC2C0

Color information

#5DC2C0 (or 0x5DC2C0) is unknown color: approx Fountain Blue. HEX triplet: 5D, C2 and C0. RGB value is (93,194,192). Sum of RGB (Red+Green+Blue) = 93+194+192=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC2C0 is #A23D3F. Grayscale: #A3A3A3. Windows color (decimal): -10632512 or 12632669. OLE color: 12632669.

HSL color Cylindrical-coordinate representation of color #5DC2C0: hue angle of 178.81º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC2C0 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB93194192-
CMYK0.5200.010.24
HSL178.81º45.29%56.27%-
HSV(B)178.81º52.06%76.08%-
XYZ33.3244.7256.74-
YUV163.57144.0477.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=19.42%
G=40.50%
B=40.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal931941920.5200.010.24178.8145.2956.27
Hex5DC2C0340118b32d38
Octal1353023006401302635570
Binary10111011100001011000000110100011100010110011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,194,192); }

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

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

 a { background-color: rgb(93,194,192); }

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

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

 span { border-color: rgb(93,194,192); }

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