Html Css Color HEX #5DACAE Fountain Blue

📋 copy color: '#5DACAE'

red 93 ◦ green 172 ◦ blue 174

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

Shades of Fountain Blue #5DACAE

Tints of Fountain Blue #5DACAE

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 93 172 174 -
CMYK 0.47 0.01 0 0.32
HSL 181.48º 0.33% 0.52% -
HSV(B) 181.48º 0.47% 0.68% -
XYZ 26.91 34.89 45.36 -
YUV 148.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 93 172 174 0.47 0.01 0 0.32 181.48 0.33 0.52
Hex 5D AC AE 2F 1 0 20 B5 21 34
Octal 135 254 256 57 1 0 40 265 41 64
Binary 1011101 10101100 10101110 101111 1 0 100000 10110101 100001 110100

Color Harmonies of #5DACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACAE

Black with #5DACAE

Text Example


Text Example

White with #5DACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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