Html Css Color HEX #5FA0AE Fountain Blue

📋 copy color: '#5FA0AE'

red 95 ◦ green 160 ◦ blue 174

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

Shades of Fountain Blue #5FA0AE

Tints of Fountain Blue #5FA0AE

RGB

 RED value IS 95 (37.5% from 255) = 22.14%

 GREEN value IS 160 (62.89% from 255) = 37.3%

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

R = 22.14%
G = 37.3%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5FA0AE (or 0x5FA0AE) is known color: Fountain Blue. HEX triplet: 5F, A0 and AE. RGB value is (95,160,174). Sum of RGB (Red+Green+Blue) = 95+160+174=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA0AE is #A05F51. Grayscale: #8E8E8E. Windows color (decimal): -10510162 or 11444319. OLE color: 11444319.

HSL color Cylindrical-coordinate representation of color #5FA0AE: hue angle of 190.63º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA0AE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 160 174 -
CMYK 0.45 0.08 0 0.32
HSL 190.63º 0.33% 0.53% -
HSV(B) 190.63º 0.45% 0.68% -
XYZ 24.93 30.63 44.64 -
YUV 142.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 95 160 174 0.45 0.08 0 0.32 190.63 0.33 0.53
Hex 5F A0 AE 2D 8 0 20 BF 21 35
Octal 137 240 256 55 10 0 40 277 41 65
Binary 1011111 10100000 10101110 101101 1000 0 100000 10111111 100001 110101

Color Harmonies of #5FA0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA0AE

Black with #5FA0AE

Text Example


Text Example

White with #5FA0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,174); }

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

background-color css

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

 a { background-color: rgb(95,160,174); }

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

border-color css

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

 span { border-color: rgb(95,160,174); }

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