Html Css Color HEX #5DB4AF Fountain Blue

📋 copy color: '#5DB4AF'

red 93 ◦ green 180 ◦ blue 175

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

Shades of Fountain Blue #5DB4AF

Tints of Fountain Blue #5DB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 20.76%
G = 40.18%
B = 39.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#5DB4AF (or 0x5DB4AF) is known color: Fountain Blue. HEX triplet: 5D, B4 and AF. RGB value is (93,180,175). Sum of RGB (Red+Green+Blue) = 93+180+175=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4AF is #A24B50. Grayscale: #999999. Windows color (decimal): -10636113 or 11514973. OLE color: 11514973.

HSL color Cylindrical-coordinate representation of color #5DB4AF: hue angle of 176.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4AF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 175 -
CMYK 0.48 0 0.03 0.29
HSL 176.55º 0.37% 0.54% -
HSV(B) 176.55º 0.48% 0.71% -
XYZ 28.57 38.06 46.4 -
YUV 153.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 93 180 175 0.48 0 0.03 0.29 176.55 0.37 0.54
Hex 5D B4 AF 30 0 3 1D B1 25 36
Octal 135 264 257 60 0 3 35 261 45 66
Binary 1011101 10110100 10101111 110000 0 11 11101 10110001 100101 110110

Color Harmonies of #5DB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4AF

Black with #5DB4AF

Text Example


Text Example

White with #5DB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,175); }

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

background-color css

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

 a { background-color: rgb(93,180,175); }

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

border-color css

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

 span { border-color: rgb(93,180,175); }

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