Html Css Color HEX #5ABAB9 Fountain Blue

📋 copy color: '#5ABAB9'

red 90 ◦ green 186 ◦ blue 185

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

Shades of Fountain Blue #5ABAB9

Tints of Fountain Blue #5ABAB9

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #5ABAB9: hue angle of 179.38º 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 #5ABAB9 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 185 -
CMYK 0.52 0 0.01 0.27
HSL 179.38º 0.41% 0.54% -
HSV(B) 179.38º 0.52% 0.73% -
XYZ 30.53 40.79 52.16 -
YUV 157.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 90 186 185 0.52 0 0.01 0.27 179.38 0.41 0.54
Hex 5A BA B9 34 0 1 1B B3 29 36
Octal 132 272 271 64 0 1 33 263 51 66
Binary 1011010 10111010 10111001 110100 0 1 11011 10110011 101001 110110

Color Harmonies of #5ABAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABAB9

Black with #5ABAB9

Text Example


Text Example

White with #5ABAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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