Html Css Color HEX #5EBEB8 Fountain Blue

📋 copy color: '#5EBEB8'

red 94 ◦ green 190 ◦ blue 184

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

Shades of Fountain Blue #5EBEB8

Tints of Fountain Blue #5EBEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 20.09%
G = 40.6%
B = 39.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#5EBEB8 (or 0x5EBEB8) is known color: Fountain Blue. HEX triplet: 5E, BE and B8. RGB value is (94,190,184). Sum of RGB (Red+Green+Blue) = 94+190+184=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEB8 is #A14147. Grayscale: #A0A0A0. Windows color (decimal): -10568008 or 12107358. OLE color: 12107358.

HSL color Cylindrical-coordinate representation of color #5EBEB8: hue angle of 176.25º degrees, saturation: 0.42, 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 #5EBEB8 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 184 -
CMYK 0.51 0 0.03 0.25
HSL 176.25º 0.42% 0.56% -
HSV(B) 176.25º 0.51% 0.75% -
XYZ 31.68 42.67 51.91 -
YUV 160.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 94 190 184 0.51 0 0.03 0.25 176.25 0.42 0.56
Hex 5E BE B8 33 0 3 19 B0 2A 38
Octal 136 276 270 63 0 3 31 260 52 70
Binary 1011110 10111110 10111000 110011 0 11 11001 10110000 101010 111000

Color Harmonies of #5EBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEB8

Black with #5EBEB8

Text Example


Text Example

White with #5EBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,190,184); }

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

background-color css

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

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

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

border-color css

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

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

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