Html Css Color HEX #5FADAC Fountain Blue

📋 copy color: '#5FADAC'

red 95 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #5FADAC

Tints of Fountain Blue #5FADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 21.59%
G = 39.32%
B = 39.09%

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

#5FADAC (or 0x5FADAC) is known color: Fountain Blue. HEX triplet: 5F, AD and AC. RGB value is (95,173,172). Sum of RGB (Red+Green+Blue) = 95+173+172=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #5FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADAC is #A05253. Grayscale: #959595. Windows color (decimal): -10506836 or 11316575. OLE color: 11316575.

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

Color convert

RGB 95 173 172 -
CMYK 0.45 0 0.01 0.32
HSL 179.23º 0.32% 0.53% -
HSV(B) 179.23º 0.45% 0.68% -
XYZ 27.11 35.3 44.41 -
YUV 149.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 95 173 172 0.45 0 0.01 0.32 179.23 0.32 0.53
Hex 5F AD AC 2D 0 1 20 B3 20 35
Octal 137 255 254 55 0 1 40 263 40 65
Binary 1011111 10101101 10101100 101101 0 1 100000 10110011 100000 110101

Color Harmonies of #5FADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADAC

Black with #5FADAC

Text Example


Text Example

White with #5FADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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