Html Css Color HEX #5FACAE Fountain Blue

📋 copy color: '#5FACAE'

red 95 ◦ green 172 ◦ blue 174

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

Shades of Fountain Blue #5FACAE

Tints of Fountain Blue #5FACAE

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 95 172 174 -
CMYK 0.45 0.01 0 0.32
HSL 181.52º 0.33% 0.53% -
HSV(B) 181.52º 0.45% 0.68% -
XYZ 27.11 34.99 45.37 -
YUV 149.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 95 172 174 0.45 0.01 0 0.32 181.52 0.33 0.53
Hex 5F AC AE 2D 1 0 20 B6 21 35
Octal 137 254 256 55 1 0 40 266 41 65
Binary 1011111 10101100 10101110 101101 1 0 100000 10110110 100001 110101

Color Harmonies of #5FACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACAE

Black with #5FACAE

Text Example


Text Example

White with #5FACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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