#5CC0BD

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

Shades of Fountain Blue #5CC0BD

Tints of Fountain Blue #5CC0BD

Color information

#5CC0BD (or 0x5CC0BD) is unknown color: approx Fountain Blue. HEX triplet: 5C, C0 and BD. RGB value is (92,192,189). Sum of RGB (Red+Green+Blue) = 92+192+189=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0BD is #A33F42. Grayscale: #A1A1A1. Windows color (decimal): -10698563 or 12435548. OLE color: 12435548.

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

Color convert

RGB92192189-
CMYK0.5200.020.25
HSL178.2º44.25%55.69%-
HSV(B)178.2º52.08%75.29%-
XYZ32.4543.6554.86-
YUV161.76143.3778.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.45%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=19.45%
G=40.59%
B=39.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921921890.5200.020.25178.244.2555.69
Hex5CC0BD340219b22c38
Octal1343002756402312625470
Binary101110011000000101111011101000101100110110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,192,189); }

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

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

 a { background-color: rgb(92,192,189); }

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

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

 span { border-color: rgb(92,192,189); }

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