Html Css Color HEX #5FACAA Fountain Blue

📋 copy color: '#5FACAA'

red 95 ◦ green 172 ◦ blue 170

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

Shades of Fountain Blue #5FACAA

Tints of Fountain Blue #5FACAA

RGB

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

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

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

R = 21.74%
G = 39.36%
B = 38.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#5FACAA (or 0x5FACAA) is known color: Fountain Blue. HEX triplet: 5F, AC and AA. RGB value is (95,172,170). Sum of RGB (Red+Green+Blue) = 95+172+170=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACAA is #A05355. Grayscale: #949494. Windows color (decimal): -10507094 or 11185247. OLE color: 11185247.

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

Color convert

RGB 95 172 170 -
CMYK 0.45 0 0.01 0.33
HSL 178.44º 0.32% 0.52% -
HSV(B) 178.44º 0.45% 0.67% -
XYZ 26.73 34.84 43.35 -
YUV 148.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 95 172 170 0.45 0 0.01 0.33 178.44 0.32 0.52
Hex 5F AC AA 2D 0 1 21 B2 20 34
Octal 137 254 252 55 0 1 41 262 40 64
Binary 1011111 10101100 10101010 101101 0 1 100001 10110010 100000 110100

Color Harmonies of #5FACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACAA

Black with #5FACAA

Text Example


Text Example

White with #5FACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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