#5ABEBB

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

Shades of Fountain Blue #5ABEBB

Tints of Fountain Blue #5ABEBB

Color information

#5ABEBB (or 0x5ABEBB) is unknown color: approx Fountain Blue. HEX triplet: 5A, BE and BB. RGB value is (90,190,187). Sum of RGB (Red+Green+Blue) = 90+190+187=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEBB is #A54144. Grayscale: #9F9F9F. Windows color (decimal): -10830149 or 12303962. OLE color: 12303962.

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

Color convert

RGB90190187-
CMYK0.5300.020.25
HSL178.2º43.48%54.9%-
HSV(B)178.2º52.63%74.51%-
XYZ31.642.5953.57-
YUV159.76143.3778.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=19.27%
G=40.69%
B=40.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901870.5300.020.25178.243.4854.9
Hex5ABEBB350219b22b37
Octal1322762736502312625367
Binary101101010111110101110111101010101100110110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,190,187); }

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

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

 a { background-color: rgb(90,190,187); }

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

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

 span { border-color: rgb(90,190,187); }

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