Html Css Color HEX #5AB4BE Fountain Blue

📋 copy color: '#5AB4BE'

red 90 ◦ green 180 ◦ blue 190

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

Shades of Fountain Blue #5AB4BE

Tints of Fountain Blue #5AB4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 19.57%
G = 39.13%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5AB4BE (or 0x5AB4BE) is known color: Fountain Blue. HEX triplet: 5A, B4 and BE. RGB value is (90,180,190). Sum of RGB (Red+Green+Blue) = 90+180+190=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4BE is #A54B41. Grayscale: #9A9A9A. Windows color (decimal): -10832706 or 12498010. OLE color: 12498010.

HSL color Cylindrical-coordinate representation of color #5AB4BE: hue angle of 186º 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 #5AB4BE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 180 190 -
CMYK 0.53 0.05 0 0.25
HSL 186º 0.43% 0.55% -
HSV(B) 186º 0.53% 0.75% -
XYZ 29.83 38.53 54.58 -
YUV 154.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 90 180 190 0.53 0.05 0 0.25 186 0.43 0.55
Hex 5A B4 BE 35 5 0 19 BA 2B 37
Octal 132 264 276 65 5 0 31 272 53 67
Binary 1011010 10110100 10111110 110101 101 0 11001 10111010 101011 110111

Color Harmonies of #5AB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4BE

Black with #5AB4BE

Text Example


Text Example

White with #5AB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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