Html Css Color HEX #5DABAC Fountain Blue

📋 copy color: '#5DABAC'

red 93 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #5DABAC

Tints of Fountain Blue #5DABAC

RGB

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

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

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

R = 21.33%
G = 39.22%
B = 39.45%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5DABAC (or 0x5DABAC) is known color: Fountain Blue. HEX triplet: 5D, AB and AC. RGB value is (93,171,172). Sum of RGB (Red+Green+Blue) = 93+171+172=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #5DABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAC is #A25453. Grayscale: #939393. Windows color (decimal): -10638420 or 11316061. OLE color: 11316061.

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

Color convert

RGB 93 171 172 -
CMYK 0.46 0.01 0 0.33
HSL 180.76º 0.32% 0.52% -
HSV(B) 180.76º 0.46% 0.67% -
XYZ 26.52 34.43 44.28 -
YUV 147.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 93 171 172 0.46 0.01 0 0.33 180.76 0.32 0.52
Hex 5D AB AC 2E 1 0 21 B5 20 34
Octal 135 253 254 56 1 0 41 265 40 64
Binary 1011101 10101011 10101100 101110 1 0 100001 10110101 100000 110100

Color Harmonies of #5DABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABAC

Black with #5DABAC

Text Example


Text Example

White with #5DABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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