Html Css Color HEX #5AB4AF Fountain Blue

📋 copy color: '#5AB4AF'

red 90 ◦ green 180 ◦ blue 175

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

Shades of Fountain Blue #5AB4AF

Tints of Fountain Blue #5AB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 20.22%
G = 40.45%
B = 39.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#5AB4AF (or 0x5AB4AF) is known color: Fountain Blue. HEX triplet: 5A, B4 and AF. RGB value is (90,180,175). Sum of RGB (Red+Green+Blue) = 90+180+175=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB4AF is #A54B50. Grayscale: #989898. Windows color (decimal): -10832721 or 11514970. OLE color: 11514970.

HSL color Cylindrical-coordinate representation of color #5AB4AF: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB4AF is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 175 -
CMYK 0.50 0 0.03 0.29
HSL 176.67º 0.38% 0.53% -
HSV(B) 176.67º 0.5% 0.71% -
XYZ 28.28 37.91 46.38 -
YUV 152.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 90 180 175 0.50 0 0.03 0.29 176.67 0.38 0.53
Hex 5A B4 AF 32 0 3 1D B1 26 35
Octal 132 264 257 62 0 3 35 261 46 65
Binary 1011010 10110100 10101111 110010 0 11 11101 10110001 100110 110101

Color Harmonies of #5AB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4AF

Black with #5AB4AF

Text Example


Text Example

White with #5AB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,175); }

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

background-color css

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

 a { background-color: rgb(90,180,175); }

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

border-color css

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

 span { border-color: rgb(90,180,175); }

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