Html Css Color HEX #5DC0BE Fountain Blue

📋 copy color: '#5DC0BE'

red 93 ◦ green 192 ◦ blue 190

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

Shades of Fountain Blue #5DC0BE

Tints of Fountain Blue #5DC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 19.58%
G = 40.42%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#5DC0BE (or 0x5DC0BE) is known color: Fountain Blue. HEX triplet: 5D, C0 and BE. RGB value is (93,192,190). Sum of RGB (Red+Green+Blue) = 93+192+190=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC0BE is #A23F41. Grayscale: #A2A2A2. Windows color (decimal): -10633026 or 12501085. OLE color: 12501085.

HSL color Cylindrical-coordinate representation of color #5DC0BE: hue angle of 178.79º 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 #5DC0BE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 192 190 -
CMYK 0.52 0 0.01 0.25
HSL 178.79º 0.44% 0.56% -
HSV(B) 178.79º 0.52% 0.75% -
XYZ 32.66 43.74 55.44 -
YUV 162.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 93 192 190 0.52 0 0.01 0.25 178.79 0.44 0.56
Hex 5D C0 BE 34 0 1 19 B3 2C 38
Octal 135 300 276 64 0 1 31 263 54 70
Binary 1011101 11000000 10111110 110100 0 1 11001 10110011 101100 111000

Color Harmonies of #5DC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC0BE

Black with #5DC0BE

Text Example


Text Example

White with #5DC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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