Html Css Color HEX #5BAEA9 Fountain Blue

📋 copy color: '#5BAEA9'

red 91 ◦ green 174 ◦ blue 169

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

Shades of Fountain Blue #5BAEA9

Tints of Fountain Blue #5BAEA9

RGB

 RED value IS 91 (35.94% from 255) = 20.97%

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 169 (66.41% from 255) = 38.94%

R = 20.97%
G = 40.09%
B = 38.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#5BAEA9 (or 0x5BAEA9) is known color: Fountain Blue. HEX triplet: 5B, AE and A9. RGB value is (91,174,169). Sum of RGB (Red+Green+Blue) = 91+174+169=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEA9 is #A45156. Grayscale: #949494. Windows color (decimal): -10768727 or 11120219. OLE color: 11120219.

HSL color Cylindrical-coordinate representation of color #5BAEA9: hue angle of 176.39º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEA9 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 174 169 -
CMYK 0.48 0 0.03 0.32
HSL 176.39º 0.34% 0.52% -
HSV(B) 176.39º 0.48% 0.68% -
XYZ 26.61 35.36 42.96 -
YUV 148.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 91 174 169 0.48 0 0.03 0.32 176.39 0.34 0.52
Hex 5B AE A9 30 0 3 20 B0 22 34
Octal 133 256 251 60 0 3 40 260 42 64
Binary 1011011 10101110 10101001 110000 0 11 100000 10110000 100010 110100

Color Harmonies of #5BAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEA9

Black with #5BAEA9

Text Example


Text Example

White with #5BAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,174,169); }

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

background-color css

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

 a { background-color: rgb(91,174,169); }

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

border-color css

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

 span { border-color: rgb(91,174,169); }

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