Html Css Color HEX #5DBABF Fountain Blue

📋 copy color: '#5DBABF'

red 93 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #5DBABF

Tints of Fountain Blue #5DBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.57%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 19.79%
G = 39.57%
B = 40.64%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5DBABF (or 0x5DBABF) is known color: Fountain Blue. HEX triplet: 5D, BA and BF. RGB value is (93,186,191). Sum of RGB (Red+Green+Blue) = 93+186+191=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBABF is #A24540. Grayscale: #9E9E9E. Windows color (decimal): -10634561 or 12565085. OLE color: 12565085.

HSL color Cylindrical-coordinate representation of color #5DBABF: hue angle of 183.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBABF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 186 191 -
CMYK 0.51 0.03 0 0.25
HSL 183.06º 0.43% 0.56% -
HSV(B) 183.06º 0.51% 0.75% -
XYZ 31.48 41.21 55.58 -
YUV 158.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 93 186 191 0.51 0.03 0 0.25 183.06 0.43 0.56
Hex 5D BA BF 33 3 0 19 B7 2B 38
Octal 135 272 277 63 3 0 31 267 53 70
Binary 1011101 10111010 10111111 110011 11 0 11001 10110111 101011 111000

Color Harmonies of #5DBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBABF

Black with #5DBABF

Text Example


Text Example

White with #5DBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,191); }

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

background-color css

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

 a { background-color: rgb(93,186,191); }

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

border-color css

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

 span { border-color: rgb(93,186,191); }

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