Html Css Color HEX #5EBE96 Keppel

📋 copy color: '#5EBE96'

red 94 ◦ green 190 ◦ blue 150

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

Shades of Keppel #5EBE96

Tints of Keppel #5EBE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 21.66%
G = 43.78%
B = 34.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#5EBE96 (or 0x5EBE96) is known color: Keppel. HEX triplet: 5E, BE and 96. RGB value is (94,190,150). Sum of RGB (Red+Green+Blue) = 94+190+150=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBE96 is #A14169. Grayscale: #9C9C9C. Windows color (decimal): -10568042 or 9879134. OLE color: 9879134.

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

Color convert

RGB 94 190 150 -
CMYK 0.51 0 0.21 0.25
HSL 155º 0.42% 0.56% -
HSV(B) 155º 0.51% 0.75% -
XYZ 28.53 41.41 35.34 -
YUV 156.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 94 190 150 0.51 0 0.21 0.25 155 0.42 0.56
Hex 5E BE 96 33 0 15 19 9B 2A 38
Octal 136 276 226 63 0 25 31 233 52 70
Binary 1011110 10111110 10010110 110011 0 10101 11001 10011011 101010 111000

Color Harmonies of #5EBE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBE96

Black with #5EBE96

Text Example


Text Example

White with #5EBE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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