Html Css Color HEX #5BACAA Fountain Blue

📋 copy color: '#5BACAA'

red 91 ◦ green 172 ◦ blue 170

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

Shades of Fountain Blue #5BACAA

Tints of Fountain Blue #5BACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 21.02%
G = 39.72%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#5BACAA (or 0x5BACAA) is known color: Fountain Blue. HEX triplet: 5B, AC and AA. RGB value is (91,172,170). Sum of RGB (Red+Green+Blue) = 91+172+170=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #5BACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BACAA is #A45355. Grayscale: #939393. Windows color (decimal): -10769238 or 11185243. OLE color: 11185243.

HSL color Cylindrical-coordinate representation of color #5BACAA: hue angle of 178.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BACAA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 172 170 -
CMYK 0.47 0 0.01 0.33
HSL 178.52º 0.33% 0.52% -
HSV(B) 178.52º 0.47% 0.67% -
XYZ 26.32 34.63 43.33 -
YUV 147.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 91 172 170 0.47 0 0.01 0.33 178.52 0.33 0.52
Hex 5B AC AA 2F 0 1 21 B3 21 34
Octal 133 254 252 57 0 1 41 263 41 64
Binary 1011011 10101100 10101010 101111 0 1 100001 10110011 100001 110100

Color Harmonies of #5BACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACAA

Black with #5BACAA

Text Example


Text Example

White with #5BACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,172,170); }

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

background-color css

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

 a { background-color: rgb(91,172,170); }

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

border-color css

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

 span { border-color: rgb(91,172,170); }

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