Html Css Color HEX #5DAEAB Fountain Blue

📋 copy color: '#5DAEAB'

red 93 ◦ green 174 ◦ blue 171

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

Shades of Fountain Blue #5DAEAB

Tints of Fountain Blue #5DAEAB

RGB

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

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

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

R = 21.23%
G = 39.73%
B = 39.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#5DAEAB (or 0x5DAEAB) is known color: Fountain Blue. HEX triplet: 5D, AE and AB. RGB value is (93,174,171). Sum of RGB (Red+Green+Blue) = 93+174+171=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEAB is #A25154. Grayscale: #959595. Windows color (decimal): -10637653 or 11251293. OLE color: 11251293.

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

Color convert

RGB 93 174 171 -
CMYK 0.47 0 0.02 0.32
HSL 177.78º 0.33% 0.52% -
HSV(B) 177.78º 0.47% 0.68% -
XYZ 27 35.54 43.96 -
YUV 149.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 93 174 171 0.47 0 0.02 0.32 177.78 0.33 0.52
Hex 5D AE AB 2F 0 2 20 B2 21 34
Octal 135 256 253 57 0 2 40 262 41 64
Binary 1011101 10101110 10101011 101111 0 10 100000 10110010 100001 110100

Color Harmonies of #5DAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEAB

Black with #5DAEAB

Text Example


Text Example

White with #5DAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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