Html Css Color HEX #5FAEAC Fountain Blue

📋 copy color: '#5FAEAC'

red 95 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #5FAEAC

Tints of Fountain Blue #5FAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 21.54%
G = 39.46%
B = 39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5FAEAC (or 0x5FAEAC) is known color: Fountain Blue. HEX triplet: 5F, AE and AC. RGB value is (95,174,172). Sum of RGB (Red+Green+Blue) = 95+174+172=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAEAC is #A05153. Grayscale: #969696. Windows color (decimal): -10506580 or 11316831. OLE color: 11316831.

HSL color Cylindrical-coordinate representation of color #5FAEAC: hue angle of 178.48º 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 #5FAEAC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 174 172 -
CMYK 0.45 0 0.01 0.32
HSL 178.48º 0.33% 0.53% -
HSV(B) 178.48º 0.45% 0.68% -
XYZ 27.3 35.68 44.48 -
YUV 150.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 95 174 172 0.45 0 0.01 0.32 178.48 0.33 0.53
Hex 5F AE AC 2D 0 1 20 B2 21 35
Octal 137 256 254 55 0 1 40 262 41 65
Binary 1011111 10101110 10101100 101101 0 1 100000 10110010 100001 110101

Color Harmonies of #5FAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEAC

Black with #5FAEAC

Text Example


Text Example

White with #5FAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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