Html Css Color HEX #5EBCB9 Fountain Blue

📋 copy color: '#5EBCB9'

red 94 ◦ green 188 ◦ blue 185

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

Shades of Fountain Blue #5EBCB9

Tints of Fountain Blue #5EBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 20.13%
G = 40.26%
B = 39.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#5EBCB9 (or 0x5EBCB9) is known color: Fountain Blue. HEX triplet: 5E, BC and B9. RGB value is (94,188,185). Sum of RGB (Red+Green+Blue) = 94+188+185=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCB9 is #A14346. Grayscale: #9F9F9F. Windows color (decimal): -10568519 or 12172382. OLE color: 12172382.

HSL color Cylindrical-coordinate representation of color #5EBCB9: hue angle of 178.09º degrees, saturation: 0.41, 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 #5EBCB9 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 188 185 -
CMYK 0.50 0 0.02 0.26
HSL 178.09º 0.41% 0.55% -
HSV(B) 178.09º 0.5% 0.74% -
XYZ 31.36 41.85 52.32 -
YUV 159.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 94 188 185 0.50 0 0.02 0.26 178.09 0.41 0.55
Hex 5E BC B9 32 0 2 1A B2 29 37
Octal 136 274 271 62 0 2 32 262 51 67
Binary 1011110 10111100 10111001 110010 0 10 11010 10110010 101001 110111

Color Harmonies of #5EBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCB9

Black with #5EBCB9

Text Example


Text Example

White with #5EBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,188,185); }

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

background-color css

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

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

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

border-color css

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

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

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