Html Css Color HEX #5DABAD Fountain Blue

📋 copy color: '#5DABAD'

red 93 ◦ green 171 ◦ blue 173

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

Shades of Fountain Blue #5DABAD

Tints of Fountain Blue #5DABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 21.28%
G = 39.13%
B = 39.59%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5DABAD (or 0x5DABAD) is known color: Fountain Blue. HEX triplet: 5D, AB and AD. RGB value is (93,171,173). Sum of RGB (Red+Green+Blue) = 93+171+173=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #5DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAD is #A25452. Grayscale: #939393. Windows color (decimal): -10638419 or 11381597. OLE color: 11381597.

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

Color convert

RGB 93 171 173 -
CMYK 0.46 0.01 0 0.32
HSL 181.5º 0.33% 0.52% -
HSV(B) 181.5º 0.46% 0.68% -
XYZ 26.62 34.47 44.79 -
YUV 147.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 93 171 173 0.46 0.01 0 0.32 181.5 0.33 0.52
Hex 5D AB AD 2E 1 0 20 B6 21 34
Octal 135 253 255 56 1 0 40 266 41 64
Binary 1011101 10101011 10101101 101110 1 0 100000 10110110 100001 110100

Color Harmonies of #5DABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABAD

Black with #5DABAD

Text Example


Text Example

White with #5DABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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