Html Css Color HEX #5DBAB2 Fountain Blue

📋 copy color: '#5DBAB2'

red 93 ◦ green 186 ◦ blue 178

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

Shades of Fountain Blue #5DBAB2

Tints of Fountain Blue #5DBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 20.35%
G = 40.7%
B = 38.95%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#5DBAB2 (or 0x5DBAB2) is known color: Fountain Blue. HEX triplet: 5D, BA and B2. RGB value is (93,186,178). Sum of RGB (Red+Green+Blue) = 93+186+178=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBAB2 is #A2454D. Grayscale: #9D9D9D. Windows color (decimal): -10634574 or 11713117. OLE color: 11713117.

HSL color Cylindrical-coordinate representation of color #5DBAB2: hue angle of 174.84º 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 #5DBAB2 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 178 -
CMYK 0.5 0 0.04 0.27
HSL 174.84º 0.4% 0.55% -
HSV(B) 174.84º 0.5% 0.73% -
XYZ 30.11 40.66 48.38 -
YUV 157.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 93 186 178 0.5 0 0.04 0.27 174.84 0.4 0.55
Hex 5D BA B2 32 0 4 1B AF 28 37
Octal 135 272 262 62 0 4 33 257 50 67
Binary 1011101 10111010 10110010 110010 0 100 11011 10101111 101000 110111

Color Harmonies of #5DBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAB2

Black with #5DBAB2

Text Example


Text Example

White with #5DBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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