Html Css Color HEX #5DBDBA Fountain Blue

📋 copy color: '#5DBDBA'

red 93 ◦ green 189 ◦ blue 186

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

Shades of Fountain Blue #5DBDBA

Tints of Fountain Blue #5DBDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 19.87%
G = 40.38%
B = 39.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#5DBDBA (or 0x5DBDBA) is known color: Fountain Blue. HEX triplet: 5D, BD and BA. RGB value is (93,189,186). Sum of RGB (Red+Green+Blue) = 93+189+186=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDBA is #A24245. Grayscale: #9F9F9F. Windows color (decimal): -10633798 or 12238173. OLE color: 12238173.

HSL color Cylindrical-coordinate representation of color #5DBDBA: hue angle of 178.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDBA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 189 186 -
CMYK 0.51 0 0.02 0.26
HSL 178.13º 0.42% 0.55% -
HSV(B) 178.13º 0.51% 0.74% -
XYZ 31.57 42.27 52.95 -
YUV 159.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 93 189 186 0.51 0 0.02 0.26 178.13 0.42 0.55
Hex 5D BD BA 33 0 2 1A B2 2A 37
Octal 135 275 272 63 0 2 32 262 52 67
Binary 1011101 10111101 10111010 110011 0 10 11010 10110010 101010 110111

Color Harmonies of #5DBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDBA

Black with #5DBDBA

Text Example


Text Example

White with #5DBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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