Html Css Color HEX #5AB8BE Fountain Blue

📋 copy color: '#5AB8BE'

red 90 ◦ green 184 ◦ blue 190

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

Shades of Fountain Blue #5AB8BE

Tints of Fountain Blue #5AB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

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

R = 19.4%
G = 39.66%
B = 40.95%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5AB8BE (or 0x5AB8BE) is known color: Fountain Blue. HEX triplet: 5A, B8 and BE. RGB value is (90,184,190). Sum of RGB (Red+Green+Blue) = 90+184+190=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB8BE is #A54741. Grayscale: #9C9C9C. Windows color (decimal): -10831682 or 12499034. OLE color: 12499034.

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

Color convert

RGB 90 184 190 -
CMYK 0.53 0.03 0 0.25
HSL 183.6º 0.43% 0.55% -
HSV(B) 183.6º 0.53% 0.75% -
XYZ 30.65 40.17 54.85 -
YUV 156.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 90 184 190 0.53 0.03 0 0.25 183.6 0.43 0.55
Hex 5A B8 BE 35 3 0 19 B8 2B 37
Octal 132 270 276 65 3 0 31 270 53 67
Binary 1011010 10111000 10111110 110101 11 0 11001 10111000 101011 110111

Color Harmonies of #5AB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB8BE

Black with #5AB8BE

Text Example


Text Example

White with #5AB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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