Html Css Color HEX #5EB0C0 Fountain Blue

📋 copy color: '#5EB0C0'

red 94 ◦ green 176 ◦ blue 192

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

Shades of Fountain Blue #5EB0C0

Tints of Fountain Blue #5EB0C0

RGB

 RED value IS 94 (37.11% from 255) = 20.35%

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 20.35%
G = 38.1%
B = 41.56%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EB0C0 (or 0x5EB0C0) is known color: Fountain Blue. HEX triplet: 5E, B0 and C0. RGB value is (94,176,192). Sum of RGB (Red+Green+Blue) = 94+176+192=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #5EB0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB0C0 is #A14F3F. Grayscale: #999999. Windows color (decimal): -10571584 or 12628062. OLE color: 12628062.

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

Color convert

RGB 94 176 192 -
CMYK 0.51 0.08 0 0.25
HSL 189.8º 0.44% 0.56% -
HSV(B) 189.8º 0.51% 0.75% -
XYZ 29.66 37.24 55.49 -
YUV 153.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 94 176 192 0.51 0.08 0 0.25 189.8 0.44 0.56
Hex 5E B0 C0 33 8 0 19 BE 2C 38
Octal 136 260 300 63 10 0 31 276 54 70
Binary 1011110 10110000 11000000 110011 1000 0 11001 10111110 101100 111000

Color Harmonies of #5EB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB0C0

Black with #5EB0C0

Text Example


Text Example

White with #5EB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,176,192); }

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

background-color css

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

 a { background-color: rgb(94,176,192); }

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

border-color css

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

 span { border-color: rgb(94,176,192); }

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