Html Css Color HEX #5EBDBD Fountain Blue

📋 copy color: '#5EBDBD'

red 94 ◦ green 189 ◦ blue 189

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

Shades of Fountain Blue #5EBDBD

Tints of Fountain Blue #5EBDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 19.92%
G = 40.04%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5EBDBD (or 0x5EBDBD) is known color: Fountain Blue. HEX triplet: 5E, BD and BD. RGB value is (94,189,189). Sum of RGB (Red+Green+Blue) = 94+189+189=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #5EBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDBD is #A14242. Grayscale: #A0A0A0. Windows color (decimal): -10568259 or 12434782. OLE color: 12434782.

HSL color Cylindrical-coordinate representation of color #5EBDBD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDBD is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 189 189 -
CMYK 0.50 0 0 0.26
HSL 180º 0.42% 0.55% -
HSV(B) 180º 0.5% 0.74% -
XYZ 32 42.45 54.65 -
YUV 160.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 94 189 189 0.50 0 0 0.26 180 0.42 0.55
Hex 5E BD BD 32 0 0 1A B4 2A 37
Octal 136 275 275 62 0 0 32 264 52 67
Binary 1011110 10111101 10111101 110010 0 0 11010 10110100 101010 110111

Color Harmonies of #5EBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBDBD

Black with #5EBDBD

Text Example


Text Example

White with #5EBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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