Html Css Color HEX #5EBCBB Fountain Blue

📋 copy color: '#5EBCBB'

red 94 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #5EBCBB

Tints of Fountain Blue #5EBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 20.04%
G = 40.09%
B = 39.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5EBCBB (or 0x5EBCBB) is known color: Fountain Blue. HEX triplet: 5E, BC and BB. RGB value is (94,188,187). Sum of RGB (Red+Green+Blue) = 94+188+187=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCBB is #A14344. Grayscale: #9F9F9F. Windows color (decimal): -10568517 or 12303454. OLE color: 12303454.

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

Color convert

RGB 94 188 187 -
CMYK 0.50 0 0.01 0.26
HSL 179.36º 0.41% 0.55% -
HSV(B) 179.36º 0.5% 0.74% -
XYZ 31.57 41.93 53.44 -
YUV 159.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 94 188 187 0.50 0 0.01 0.26 179.36 0.41 0.55
Hex 5E BC BB 32 0 1 1A B3 29 37
Octal 136 274 273 62 0 1 32 263 51 67
Binary 1011110 10111100 10111011 110010 0 1 11010 10110011 101001 110111

Color Harmonies of #5EBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCBB

Black with #5EBCBB

Text Example


Text Example

White with #5EBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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