Html Css Color HEX #5AB9BA Fountain Blue

📋 copy color: '#5AB9BA'

red 90 ◦ green 185 ◦ blue 186

#5AB9BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #5AB9BA

Tints of Fountain Blue #5AB9BA

RGB

 RED value IS 90 (35.55% from 255) = 19.52%

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 19.52%
G = 40.13%
B = 40.35%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AB9BA (or 0x5AB9BA) is known color: Fountain Blue. HEX triplet: 5A, B9 and BA. RGB value is (90,185,186). Sum of RGB (Red+Green+Blue) = 90+185+186=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9BA is #A54645. Grayscale: #9C9C9C. Windows color (decimal): -10831430 or 12237146. OLE color: 12237146.

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

Color convert

RGB 90 185 186 -
CMYK 0.52 0.01 0 0.27
HSL 180.63º 0.41% 0.54% -
HSV(B) 180.63º 0.52% 0.73% -
XYZ 30.43 40.42 52.65 -
YUV 156.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 90 185 186 0.52 0.01 0 0.27 180.63 0.41 0.54
Hex 5A B9 BA 34 1 0 1B B5 29 36
Octal 132 271 272 64 1 0 33 265 51 66
Binary 1011010 10111001 10111010 110100 1 0 11011 10110101 101001 110110

Color Harmonies of #5AB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB9BA

Black with #5AB9BA

Text Example


Text Example

White with #5AB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,185,186); }

 H1.HeaderClassName
 {
   color: #5AB9BA;
 }
 .AnyTagClassName
 {
   color: #5AB9BA;
 }
</style>

background-color css

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

 a { background-color: rgb(90,185,186); }

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

border-color css

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

 span { border-color: rgb(90,185,186); }

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