Html Css Color HEX #5FACAB Fountain Blue

📋 copy color: '#5FACAB'

red 95 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #5FACAB

Tints of Fountain Blue #5FACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 21.69%
G = 39.27%
B = 39.04%

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

#5FACAB (or 0x5FACAB) is known color: Fountain Blue. HEX triplet: 5F, AC and AB. RGB value is (95,172,171). Sum of RGB (Red+Green+Blue) = 95+172+171=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACAB is #A05354. Grayscale: #949494. Windows color (decimal): -10507093 or 11250783. OLE color: 11250783.

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

Color convert

RGB 95 172 171 -
CMYK 0.45 0 0.01 0.33
HSL 179.22º 0.32% 0.52% -
HSV(B) 179.22º 0.45% 0.67% -
XYZ 26.82 34.88 43.85 -
YUV 148.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 95 172 171 0.45 0 0.01 0.33 179.22 0.32 0.52
Hex 5F AC AB 2D 0 1 21 B3 20 34
Octal 137 254 253 55 0 1 41 263 40 64
Binary 1011111 10101100 10101011 101101 0 1 100001 10110011 100000 110100

Color Harmonies of #5FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACAB

Black with #5FACAB

Text Example


Text Example

White with #5FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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