#5ABDBB

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

Shades of Fountain Blue #5ABDBB

Tints of Fountain Blue #5ABDBB

Color information

#5ABDBB (or 0x5ABDBB) is unknown color: approx Fountain Blue. HEX triplet: 5A, BD and BB. RGB value is (90,189,187). Sum of RGB (Red+Green+Blue) = 90+189+187=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBB is #A54244. Grayscale: #9F9F9F. Windows color (decimal): -10830405 or 12303706. OLE color: 12303706.

HSL color Cylindrical-coordinate representation of color #5ABDBB: hue angle of 178.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDBB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB90189187-
CMYK0.5200.010.26
HSL178.79º42.86%54.71%-
HSV(B)178.79º52.38%74.12%-
XYZ31.3842.1653.5-
YUV159.17143.778.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.31%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=19.31%
G=40.56%
B=40.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901891870.5200.010.26178.7942.8654.71
Hex5ABDBB34011Ab32b37
Octal1322752736401322635367
Binary10110101011110110111011110100011101010110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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