Html Css Color HEX #5DBAB4 Fountain Blue

📋 copy color: '#5DBAB4'

red 93 ◦ green 186 ◦ blue 180

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

Shades of Fountain Blue #5DBAB4

Tints of Fountain Blue #5DBAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 20.26%
G = 40.52%
B = 39.22%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#5DBAB4 (or 0x5DBAB4) is known color: Fountain Blue. HEX triplet: 5D, BA and B4. RGB value is (93,186,180). Sum of RGB (Red+Green+Blue) = 93+186+180=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAB4 is #A2454B. Grayscale: #9D9D9D. Windows color (decimal): -10634572 or 11844189. OLE color: 11844189.

HSL color Cylindrical-coordinate representation of color #5DBAB4: hue angle of 176.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBAB4 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 180 -
CMYK 0.5 0 0.03 0.27
HSL 176.13º 0.4% 0.55% -
HSV(B) 176.13º 0.5% 0.73% -
XYZ 30.31 40.74 49.45 -
YUV 157.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 93 186 180 0.5 0 0.03 0.27 176.13 0.4 0.55
Hex 5D BA B4 32 0 3 1B B0 28 37
Octal 135 272 264 62 0 3 33 260 50 67
Binary 1011101 10111010 10110100 110010 0 11 11011 10110000 101000 110111

Color Harmonies of #5DBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAB4

Black with #5DBAB4

Text Example


Text Example

White with #5DBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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