#5CBBB4

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

Shades of Fountain Blue #5CBBB4

Tints of Fountain Blue #5CBBB4

Color information

#5CBBB4 (or 0x5CBBB4) is unknown color: approx Fountain Blue. HEX triplet: 5C, BB and B4. RGB value is (92,187,180). Sum of RGB (Red+Green+Blue) = 92+187+180=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBB4 is #A3444B. Grayscale: #9D9D9D. Windows color (decimal): -10699852 or 11844444. OLE color: 11844444.

HSL color Cylindrical-coordinate representation of color #5CBBB4: hue angle of 175.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBBB4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB92187180-
CMYK0.5100.040.27
HSL175.58º41.13%54.71%-
HSV(B)175.58º50.8%73.33%-
XYZ30.4241.1149.51-
YUV157.8140.5381.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.04%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=20.04%
G=40.74%
B=39.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921871800.5100.040.27175.5841.1354.71
Hex5CBBB433041Bb02937
Octal1342732646304332605167
Binary1011100101110111011010011001101001101110110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,180); }

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

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

 a { background-color: rgb(92,187,180); }

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

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

 span { border-color: rgb(92,187,180); }

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