Html Css Color HEX #5DAEAC Fountain Blue

📋 copy color: '#5DAEAC'

red 93 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #5DAEAC

Tints of Fountain Blue #5DAEAC

RGB

 RED value IS 93 (36.72% from 255) = 21.18%

 GREEN value IS 174 (68.36% from 255) = 39.64%

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

R = 21.18%
G = 39.64%
B = 39.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5DAEAC (or 0x5DAEAC) is known color: Fountain Blue. HEX triplet: 5D, AE and AC. RGB value is (93,174,172). Sum of RGB (Red+Green+Blue) = 93+174+172=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAC is #A25153. Grayscale: #959595. Windows color (decimal): -10637652 or 11316829. OLE color: 11316829.

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

Color convert

RGB 93 174 172 -
CMYK 0.47 0 0.01 0.32
HSL 178.52º 0.33% 0.52% -
HSV(B) 178.52º 0.47% 0.68% -
XYZ 27.1 35.58 44.47 -
YUV 149.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 93 174 172 0.47 0 0.01 0.32 178.52 0.33 0.52
Hex 5D AE AC 2F 0 1 20 B3 21 34
Octal 135 256 254 57 0 1 40 263 41 64
Binary 1011101 10101110 10101100 101111 0 1 100000 10110011 100001 110100

Color Harmonies of #5DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEAC

Black with #5DAEAC

Text Example


Text Example

White with #5DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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