Html Css Color HEX #5FACAC Fountain Blue

📋 copy color: '#5FACAC'

red 95 ◦ green 172 ◦ blue 172

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

Shades of Fountain Blue #5FACAC

Tints of Fountain Blue #5FACAC

RGB

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

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

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

R = 21.64%
G = 39.18%
B = 39.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5FACAC (or 0x5FACAC) is known color: Fountain Blue. HEX triplet: 5F, AC and AC. RGB value is (95,172,172). Sum of RGB (Red+Green+Blue) = 95+172+172=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #5FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACAC is #A05353. Grayscale: #949494. Windows color (decimal): -10507092 or 11316319. OLE color: 11316319.

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

Color convert

RGB 95 172 172 -
CMYK 0.45 0 0 0.33
HSL 180º 0.32% 0.52% -
HSV(B) 180º 0.45% 0.67% -
XYZ 26.92 34.92 44.35 -
YUV 148.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 95 172 172 0.45 0 0 0.33 180 0.32 0.52
Hex 5F AC AC 2D 0 0 21 B4 20 34
Octal 137 254 254 55 0 0 41 264 40 64
Binary 1011111 10101100 10101100 101101 0 0 100001 10110100 100000 110100

Color Harmonies of #5FACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACAC

Black with #5FACAC

Text Example


Text Example

White with #5FACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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