Html Css Color HEX #5BAFAE Fountain Blue

📋 copy color: '#5BAFAE'

red 91 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #5BAFAE

Tints of Fountain Blue #5BAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 20.68%
G = 39.77%
B = 39.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#5BAFAE (or 0x5BAFAE) is known color: Fountain Blue. HEX triplet: 5B, AF and AE. RGB value is (91,175,174). Sum of RGB (Red+Green+Blue) = 91+175+174=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFAE is #A45051. Grayscale: #959595. Windows color (decimal): -10768466 or 11448155. OLE color: 11448155.

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

Color convert

RGB 91 175 174 -
CMYK 0.48 0 0.01 0.31
HSL 179.29º 0.34% 0.52% -
HSV(B) 179.29º 0.48% 0.69% -
XYZ 27.28 35.94 45.54 -
YUV 149.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 91 175 174 0.48 0 0.01 0.31 179.29 0.34 0.52
Hex 5B AF AE 30 0 1 1F B3 22 34
Octal 133 257 256 60 0 1 37 263 42 64
Binary 1011011 10101111 10101110 110000 0 1 11111 10110011 100010 110100

Color Harmonies of #5BAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFAE

Black with #5BAFAE

Text Example


Text Example

White with #5BAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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