Html Css Color HEX #5DC0BA Fountain Blue

📋 copy color: '#5DC0BA'

red 93 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #5DC0BA

Tints of Fountain Blue #5DC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

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

R = 19.75%
G = 40.76%
B = 39.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#5DC0BA (or 0x5DC0BA) is known color: Fountain Blue. HEX triplet: 5D, C0 and BA. RGB value is (93,192,186). Sum of RGB (Red+Green+Blue) = 93+192+186=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC0BA is #A23F45. Grayscale: #A1A1A1. Windows color (decimal): -10633030 or 12238941. OLE color: 12238941.

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

Color convert

RGB 93 192 186 -
CMYK 0.52 0 0.03 0.25
HSL 176.36º 0.44% 0.56% -
HSV(B) 176.36º 0.52% 0.75% -
XYZ 32.23 43.57 53.17 -
YUV 161.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 93 192 186 0.52 0 0.03 0.25 176.36 0.44 0.56
Hex 5D C0 BA 34 0 3 19 B0 2C 38
Octal 135 300 272 64 0 3 31 260 54 70
Binary 1011101 11000000 10111010 110100 0 11 11001 10110000 101100 111000

Color Harmonies of #5DC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC0BA

Black with #5DC0BA

Text Example


Text Example

White with #5DC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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